Home
last modified time | relevance | path

Searched refs:GR_GL_RGB (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLDefines.h436 #define GR_GL_RGB 0x1907 macro
DGrGLCaps.cpp995 if (readFormat != GR_GL_RED && readFormat != GR_GL_RG && readFormat != GR_GL_RGB && in readPixelsSupported()
1785 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGB; in initConfigTable()
1792 GR_GL_RGB; in initConfigTable()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp163 case GR_GL_RGB: in readPixels()