Home
last modified time | relevance | path

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

/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/src/gpu/gl/
DGrGLCaps.cpp1740 redInfo.fFormats.fSizedInternalFormat = GR_GL_R8; in initConfigTable()
1777 grayRedInfo.fFormats.fSizedInternalFormat = GR_GL_R8; in initConfigTable()
2942 } else if (GR_GL_R8 == format) { in validate_sized_format()
2993 } else if (GR_GL_R8 == format) { in validate_sized_format()
3042 case GR_GL_R8: in get_yuva_config()
DGrGLDefines.h448 #define GR_GL_R8 0x8229 macro
/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/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp255 *internalFormat = GR_GL_R8; in atlas_format_to_gl_types()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp255 *internalFormat = GR_GL_R8; in atlas_format_to_gl_types()