Home
last modified time | relevance | path

Searched refs:GR_GL_SRGB_ALPHA (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLDefines.h432 #define GR_GL_SRGB_ALPHA 0x8C42 macro
DGrGLCaps.cpp1602 fConfigTable[kSRGBA_8888_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_SRGB_ALPHA; in initConfigTable()
1622 fConfigTable[kSBGRA_8888_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_SRGB_ALPHA; in initConfigTable()
1987 GR_GL_SRGB_ALPHA; in initConfigTable()
/external/skia/src/gpu/gl/
DGrGLDefines.h439 #define GR_GL_SRGB_ALPHA 0x8C42 macro
DGrGLCaps.cpp2658 info.fDefaultExternalFormat = GR_GL_SRGB_ALPHA; in initFormatTable()
2672 info.fDefaultExternalFormat = GR_GL_SRGB_ALPHA; in initFormatTable()
2691 texImageSupportsSizedInternalFormat ? GR_GL_SRGB8_ALPHA8 : GR_GL_SRGB_ALPHA; in initFormatTable()
2724 texImageExternalFormat = GR_GL_SRGB_ALPHA; in initFormatTable()