Home
last modified time | relevance | path

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

/external/angle/src/common/
Dandroid_util.cpp222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() function
349 return getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatToGLInternalFormat()
395 getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatIsYUV()
/external/deqp/framework/platform/win32/
DtcuWGL.hpp177 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const;
DtcuWGLContextFactory.cpp124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
DtcuWGL.cpp355 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo() function in tcu::wgl::Core
620 const PixelFormatInfo info = wgl.getPixelFormatInfo(deviceCtx, *fmtIter); in choosePixelFormat()
/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList()