Searched refs:GR_GL_R8 (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLUtil.h | 312 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()
|
D | GrGLDefines.h | 455 #define GR_GL_R8 0x8229 macro
|
D | GrGLCaps.cpp | 1468 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/ |
D | GrGLCaps.cpp | 1726 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()
|
D | GrGLDefines.h | 448 #define GR_GL_R8 0x8229 macro
|
/external/skia/tests/ |
D | BackendAllocationTest.cpp | 784 { 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/ |
D | DeferredDisplayListTest.cpp | 69 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/ |
D | GLTestAtlasTextRenderer.cpp | 255 *internalFormat = GR_GL_R8; in atlas_format_to_gl_types()
|