Home
last modified time | relevance | path

Searched refs:GR_GL_LUMINANCE8 (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLDefines.h462 #define GR_GL_LUMINANCE8 0x8040 macro
DGrGLCaps.cpp1751 grayLumInfo.fFormats.fSizedInternalFormat = GR_GL_LUMINANCE8; in initConfigTable()
2965 if (GR_GL_LUMINANCE8 == format) { in validate_sized_format()
/external/skia/src/gpu/gl/
DGrGLDefines.h462 #define GR_GL_LUMINANCE8 0x8040 macro
DGrGLCaps.cpp1765 grayLumInfo.fFormats.fSizedInternalFormat = GR_GL_LUMINANCE8; in initConfigTable()
2991 if (GR_GL_LUMINANCE8 == format) { in validate_sized_format()
/external/skqp/tests/
DDeferredDisplayListTest.cpp110 return GrBackendFormat::MakeGL(GR_GL_LUMINANCE8, GR_GL_TEXTURE_2D); in create_backend_format()