Home
last modified time | relevance | path

Searched refs:GR_GL_LUMINANCE8 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h385 case GR_GL_LUMINANCE8: return GrGLFormat::kLUMINANCE8; in GrGLFormatFromGLEnum()
423 case GrGLFormat::kLUMINANCE8: return GR_GL_LUMINANCE8; in GrGLFormatToEnum()
614 case GR_GL_LUMINANCE8: return "LUMINANCE8"; in GrGLFormatToStr()
H A DGrGLDefines.h469 #define GR_GL_LUMINANCE8 0x8040 macro
H A DGrGLCaps.cpp1730 info.fInternalFormatForRenderbuffer = GR_GL_LUMINANCE8;
1751 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE8;
1753 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE8;
4849 GrBackendFormat::MakeGL(GR_GL_LUMINANCE8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/third_party/skia/tests/
H A DBackendAllocationTest.cpp780 { GrColorType::kGray_8, GR_GL_LUMINANCE8, kGrayCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()

Completed in 13 milliseconds