Searched refs:GR_GL_SRGB8_ALPHA8 (Results 1 – 6 of 6) sorted by relevance
300 case GR_GL_SRGB8_ALPHA8: return GrGLFormat::kSRGB8_ALPHA8; in GrGLFormatFromGLEnum()330 case GrGLFormat::kSRGB8_ALPHA8: return GR_GL_SRGB8_ALPHA8; in GrGLFormatToEnum()361 case GR_GL_SRGB8_ALPHA8: return "SRGB8_ALPHA8"; in GrGLFormatToStr()
520 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
2565 info.fInternalFormatForRenderbuffer = GR_GL_SRGB8_ALPHA8; in initFormatTable()2623 info.fInternalFormatForTexImageOrStorage = GR_GL_SRGB8_ALPHA8; in initFormatTable()2626 texImageSupportsSizedInternalFormat ? GR_GL_SRGB8_ALPHA8 : GR_GL_SRGB_ALPHA; in initFormatTable()4361 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()
758 { GrColorType::kRGBA_8888_SRGB, GR_GL_SRGB8_ALPHA8, SkColors::kRed }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()