Searched refs:GR_GL_SRGB8_ALPHA8 (Results 1 – 6 of 6) sorted by relevance
325 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()
521 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
2631 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()
511 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
1603 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()
770 { GrColorType::kRGBA_8888_SRGB, GR_GL_SRGB8_ALPHA8, SkColors::kRed }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()