Searched refs:GR_GL_SRGB8_ALPHA8 (Results 1 – 9 of 9) sorted by relevance
65 ? GR_GL_SRGB8_ALPHA8 : GR_GL_RGBA8; in getBackbufferSurface()
499 case GR_GL_SRGB8_ALPHA8: in GrGLSizedFormatToPixelConfig()
1557 fConfigTable[kSRGBA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_SRGB8_ALPHA8; in initConfigTable()1577 fConfigTable[kSBGRA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_SRGB8_ALPHA8; in initConfigTable()2525 } else if (GR_GL_SRGB8_ALPHA8 == format) { in validate_sized_format()2540 } else if (GR_GL_SRGB8_ALPHA8 == format) { in validate_sized_format()
519 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
1533 fConfigTable[kSRGBA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_SRGB8_ALPHA8; in initConfigTable()1553 fConfigTable[kSBGRA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_SRGB8_ALPHA8; in initConfigTable()2520 } else if (GR_GL_SRGB8_ALPHA8 == format) { in validate_sized_format()2535 } else if (GR_GL_SRGB8_ALPHA8 == format) { in validate_sized_format()
512 #define GR_GL_SRGB8_ALPHA8 0x8C43 macro
34 GrGLenum format = caps->srgbSupport() ? GR_GL_SRGB8_ALPHA8 : GR_GL_RGBA8; in create_backend_format()