Home
last modified time | relevance | path

Searched refs:getPixelFormatInfo (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList()
/external/deqp/framework/platform/win32/
DtcuWGL.hpp173 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
DtcuWGLContextFactory.cpp124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
DtcuWGL.cpp340 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo() function in tcu::wgl::Core
598 const PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, *fmtIter); in choosePixelFormat()