Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h314 case GR_GL_LUMINANCE8: return GrGLFormat::kLUMINANCE8; in GrGLFormatFromGLEnum()
349 case GrGLFormat::kLUMINANCE8: return GR_GL_LUMINANCE8; in GrGLFormatToEnum()
524 case GR_GL_LUMINANCE8: return "LUMINANCE8"; in GrGLFormatToStr()
DGrGLDefines.h469 #define GR_GL_LUMINANCE8 0x8040 macro
DGrGLCaps.cpp1670 info.fInternalFormatForRenderbuffer = GR_GL_LUMINANCE8; in initFormatTable()
1691 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE8; in initFormatTable()
1693 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE8; in initFormatTable()
4551 GrBackendFormat::MakeGL(GR_GL_LUMINANCE8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/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/tests/
DBackendAllocationTest.cpp786 { GrColorType::kGray_8, GR_GL_LUMINANCE8, kGrayCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/external/skqp/tests/
DDeferredDisplayListTest.cpp110 return GrBackendFormat::MakeGL(GR_GL_LUMINANCE8, GR_GL_TEXTURE_2D); in create_backend_format()