Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLDefines.h439 #define GR_GL_SRGB_ALPHA 0x8C42 macro
DGrGLCaps.cpp2732 info.fDefaultExternalFormat = GR_GL_SRGB_ALPHA; in initFormatTable()
2746 info.fDefaultExternalFormat = GR_GL_SRGB_ALPHA; in initFormatTable()
2765 texImageSupportsSizedInternalFormat ? GR_GL_SRGB8_ALPHA8 : GR_GL_SRGB_ALPHA; in initFormatTable()
2798 texImageExternalFormat = GR_GL_SRGB_ALPHA; in initFormatTable()