Home
last modified time | relevance | path

Searched refs:fmtIter (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListWGL.cpp50 …for (std::vector<int>::const_iterator fmtIter = pixelFormats.begin(); fmtIter != pixelFormats.end(… in getDefaultWglConfigList() local
52 const int pixelFormat = *fmtIter; in getDefaultWglConfigList()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp618 …for (std::vector<int>::const_iterator fmtIter = pixelFormats.begin(); fmtIter != pixelFormats.end(… in choosePixelFormat() local
620 const PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, *fmtIter); in choosePixelFormat()