Home
last modified time | relevance | path

Searched refs:GR_GL_SRGB8_ALPHA8 (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h325 case GR_GL_SRGB8_ALPHA8: return GrGLFormat::kSRGB8_ALPHA8; in GrGLFormatFromGLEnum()
360 case GrGLFormat::kSRGB8_ALPHA8: return GR_GL_SRGB8_ALPHA8; in GrGLFormatToEnum()
536 case GR_GL_SRGB8_ALPHA8: return "SRGB8_ALPHA8"; in GrGLFormatToStr()
DGrGLDefines.h521 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
DGrGLCaps.cpp2631 info.fInternalFormatForRenderbuffer = GR_GL_SRGB8_ALPHA8; in initFormatTable()
2688 info.fInternalFormatForTexImageOrStorage = GR_GL_SRGB8_ALPHA8; in initFormatTable()
2691 texImageSupportsSizedInternalFormat ? GR_GL_SRGB8_ALPHA8 : GR_GL_SRGB_ALPHA; in initFormatTable()
4533 GrBackendFormat::MakeGL(GR_GL_SRGB8_ALPHA8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skqp/src/gpu/gl/
DGrGLDefines.h511 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
DGrGLCaps.cpp1603 fConfigTable[kSRGBA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_SRGB8_ALPHA8; in initConfigTable()
1623 fConfigTable[kSBGRA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_SRGB8_ALPHA8; in initConfigTable()
2935 } else if (GR_GL_SRGB8_ALPHA8 == format) { in validate_sized_format()
2953 } else if (GR_GL_SRGB8_ALPHA8 == format) { in validate_sized_format()
/external/skia/tests/
DBackendAllocationTest.cpp770 { GrColorType::kRGBA_8888_SRGB, GR_GL_SRGB8_ALPHA8, SkColors::kRed }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()