Home
last modified time | relevance | path

Searched refs:GR_GL_R8 (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h312 case GR_GL_R8: return GrGLFormat::kR8; in GrGLFormatFromGLEnum()
347 case GrGLFormat::kR8: return GR_GL_R8; in GrGLFormatToEnum()
522 case GR_GL_R8: return "R8"; in GrGLFormatToStr()
DGrGLDefines.h455 #define GR_GL_R8 0x8229 macro
DGrGLCaps.cpp1468 info.fInternalFormatForRenderbuffer = GR_GL_R8; in initFormatTable()
1490 info.fInternalFormatForTexImageOrStorage = GR_GL_R8; in initFormatTable()
1493 texImageSupportsSizedInternalFormat ? GR_GL_R8 : GR_GL_RED; in initFormatTable()
4525 GrBackendFormat::MakeGL(GR_GL_R8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
4553 GrBackendFormat::MakeGL(GR_GL_R8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1726 redInfo.fFormats.fSizedInternalFormat = GR_GL_R8; in initConfigTable()
1763 grayRedInfo.fFormats.fSizedInternalFormat = GR_GL_R8; in initConfigTable()
2918 } else if (GR_GL_R8 == format) { in validate_sized_format()
2967 } else if (GR_GL_R8 == format) { in validate_sized_format()
3011 case GR_GL_R8: in get_yuva_config()
DGrGLDefines.h448 #define GR_GL_R8 0x8229 macro
/external/skia/tests/
DBackendAllocationTest.cpp784 { GrColorType::kAlpha_8, GR_GL_R8, kTransCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
787 { GrColorType::kGray_8, GR_GL_R8, kGrayCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/external/skqp/tests/
DDeferredDisplayListTest.cpp69 return GrBackendFormat::MakeGL(GR_GL_R8, GR_GL_TEXTURE_2D); in create_backend_format()
113 return GrBackendFormat::MakeGL(GR_GL_R8, GR_GL_TEXTURE_2D); in create_backend_format()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp255 *internalFormat = GR_GL_R8; in atlas_format_to_gl_types()