Searched refs:GR_GL_BGRA (Results 1 – 4 of 4) sorted by relevance
772 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()
409 #define GR_GL_BGRA 0x80E1 macro
79 format = GR_GL_BGRA; in createRectangleTextureImg()
147 case GR_GL_BGRA: in debugGLReadPixels()