Home
last modified time | relevance | path

Searched refs:GR_GL_BGRA8 (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h316 case GR_GL_BGRA8: return GrGLFormat::kBGRA8; in GrGLFormatFromGLEnum()
351 case GrGLFormat::kBGRA8: return GR_GL_BGRA8; in GrGLFormatToEnum()
526 case GR_GL_BGRA8: return "BGRA8"; in GrGLFormatToStr()
DGrGLDefines.h536 #define GR_GL_BGRA8 0x93A1 macro
DGrGLCaps.cpp1898 info.fInternalFormatForTexImageOrStorage = GR_GL_BGRA8; in initFormatTable()
4583 GrBackendFormat::MakeGL(GR_GL_BGRA8, GR_GL_TEXTURE_2D) }); in getTestingCombinations()
DGrGLGpu.cpp3748 this->glCaps().getRenderbufferInternalFormat(GrGLFormat::kBGRA8) != GR_GL_BGRA8) { in createTestingOnlyBackendRenderTarget()
/external/skia/example/
DSkiaSDLExample.cpp220 info.fFormat = GR_GL_BGRA8;
/external/skqp/example/
DSkiaSDLExample.cpp220 info.fFormat = GR_GL_BGRA8;
/external/skqp/src/gpu/gl/
DGrGLDefines.h525 #define GR_GL_BGRA8 0x93A1 macro
DGrGLCaps.cpp1526 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_BGRA8; in initConfigTable()
2949 } else if (GR_GL_BGRA8 == format) { in validate_sized_format()
3023 case GR_GL_BGRA8: in get_yuva_config()
/external/skia/tests/
DBackendAllocationTest.cpp776 { GrColorType::kBGRA_8888, GR_GL_BGRA8, SkColors::kBlue }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/external/skqp/tests/
DDeferredDisplayListTest.cpp97 return GrBackendFormat::MakeGL(GR_GL_BGRA8, GR_GL_TEXTURE_2D); in create_backend_format()