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.cpp1692 info.fDefaultExternalFormat = GR_GL_LUMINANCE; in initFormatTable()
1717 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE; in initFormatTable()
1752 ioFormat.fExternalTexImageFormat = GR_GL_LUMINANCE; in initFormatTable()
2227 info.fDefaultExternalFormat = GR_GL_LUMINANCE; in initFormatTable()
2241 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE; in initFormatTable()
2270 ioFormat.fExternalTexImageFormat = GR_GL_LUMINANCE; in initFormatTable()