Searched refs:getPixelFormatInfo (Results 1 – 5 of 5) sorted by relevance
222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() function349 return getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatToGLInternalFormat()395 getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatIsYUV()
177 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
355 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo() function in tcu::wgl::Core620 const PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, *fmtIter); in choosePixelFormat()
53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList()