Home
last modified time | relevance | path

Searched refs:GR_GL_R16 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h330 case GR_GL_R16: return GrGLFormat::kR16; in GrGLFormatFromGLEnum()
365 case GrGLFormat::kR16: return GR_GL_R16; in GrGLFormatToEnum()
541 case GR_GL_R16: return "R16"; in GrGLFormatToStr()
DGrGLDefines.h456 #define GR_GL_R16 0x822A macro
DGrGLCaps.cpp2801 info.fInternalFormatForRenderbuffer = GR_GL_R16; in initFormatTable()
2818 info.fInternalFormatForTexImageOrStorage = GR_GL_R16; in initFormatTable()
2821 texImageSupportsSizedInternalFormat ? GR_GL_R16 : GR_GL_RED; in initFormatTable()
4565 GrBackendFormat::MakeGL(GR_GL_R16, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skqp/src/gpu/gl/
DGrGLDefines.h449 #define GR_GL_R16 0x822A macro
/external/skia/tests/
DBackendAllocationTest.cpp800 { GrColorType::kAlpha_16, GR_GL_R16, kTransCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()