Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp772 readFormat != GR_GL_BGRA) { in readPixelsSupported()
1156 return fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat == GR_GL_BGRA; in bgraIsInternalFormat()
1335 GR_GL_BGRA; in initConfigTable()
1347 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_BGRA; in initConfigTable()
1713 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA; in initConfigTable()
DGrGLDefines.h409 #define GR_GL_BGRA 0x80E1 macro
/external/skia/gm/
Drectangletexture.cpp79 format = GR_GL_BGRA; in createRectangleTextureImg()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp147 case GR_GL_BGRA: in debugGLReadPixels()