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.cpp947 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()
DGrGLDefines.h438 #define GR_GL_BGRA 0x80E1 macro
/external/skia/gm/
Drectangletexture.cpp81 format = GR_GL_BGRA; in createRectangleTextureImg()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp160 case GR_GL_BGRA: in readPixels()