Searched refs:GR_GL_BGRA (Results 1 – 4 of 4) sorted by relevance
947 readFormat != GR_GL_RGBA && readFormat != GR_GL_BGRA && in readPixelsSupported()1336 return fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat == GR_GL_BGRA; in bgraIsInternalFormat()1542 GR_GL_BGRA; in initConfigTable()1554 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_BGRA; in initConfigTable()1653 GR_GL_BGRA; in initConfigTable()2008 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fInternalFormatTexImage = GR_GL_BGRA; in initConfigTable()
438 #define GR_GL_BGRA 0x80E1 macro
81 format = GR_GL_BGRA; in createRectangleTextureImg()
160 case GR_GL_BGRA: in readPixels()