Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLDefines.h424 #define GR_GL_LUMINANCE 0x1909 macro
DGrGLCaps.cpp1750 grayLumInfo.fFormats.fBaseInternalFormat = GR_GL_LUMINANCE; in initConfigTable()
1752 grayLumInfo.fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage] = GR_GL_LUMINANCE; in initConfigTable()
/external/skia/src/gpu/gl/
DGrGLDefines.h431 #define GR_GL_LUMINANCE 0x1909 macro
DGrGLCaps.cpp1671 info.fDefaultExternalFormat = GR_GL_LUMINANCE; in initFormatTable()
1695 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE; in initFormatTable()
1730 ioFormat.fExternalTexImageFormat = GR_GL_LUMINANCE; in initFormatTable()
2271 info.fDefaultExternalFormat = GR_GL_LUMINANCE; in initFormatTable()
2284 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE; in initFormatTable()
2313 ioFormat.fExternalTexImageFormat = GR_GL_LUMINANCE; in initFormatTable()