Home
last modified time | relevance | path

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

/external/skia/third_party/ktx/
Dktx.cpp389 hdr.fGLBaseInternalFormat = GR_GL_RGB; in WriteETC1ToKTX()
463 hdr.fGLFormat = GR_GL_RGB; in WriteBitmapToKTX()
464 hdr.fGLInternalFormat = GR_GL_RGB; in WriteBitmapToKTX()
465 hdr.fGLBaseInternalFormat = GR_GL_RGB; in WriteBitmapToKTX()
/external/skia/src/gpu/gl/
DGrGLDefines.h407 #define GR_GL_RGB 0x1907 macro
DGrGLCaps.cpp771 if (readFormat != GR_GL_RED && readFormat != GR_GL_RGB && readFormat != GR_GL_RGBA && in readPixelsSupported()
1406 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGB; in initConfigTable()
1413 GR_GL_RGB; in initConfigTable()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp150 case GR_GL_RGB: in debugGLReadPixels()