Lines Matching refs:end
127 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required);
133 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required);
314 inline void fillBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu)
316 for (; beg < end; ++beg)
322 bool checkBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu)
324 for (; beg < end; ++beg)
341 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required)
343 for (ExtensionIterator cur = begin; cur != end; ++cur)
352 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required)
354 for (LayerIterator cur = begin; cur != end; ++cur)