Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLUtil.h404 case GR_GL_R16: return GrGLFormat::kR16; in GrGLFormatFromGLEnum()
442 case GrGLFormat::kR16: return GR_GL_R16; in GrGLFormatToEnum()
634 case GR_GL_R16: return "R16"; in GrGLFormatToStr()
DGrGLDefines.h456 #define GR_GL_R16 0x822A macro
DGrGLCaps.cpp2923 info.fInternalFormatForRenderbuffer = GR_GL_R16; in initFormatTable()
2946 info.fInternalFormatForTexImageOrStorage = GR_GL_R16; in initFormatTable()
2949 texImageSupportsSizedInternalFormat ? GR_GL_R16 : GR_GL_RED; in initFormatTable()
4863 GrBackendFormat::MakeGL(GR_GL_R16, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/third_party/skia/tests/
DBackendAllocationTest.cpp794 { GrColorType::kAlpha_16, GR_GL_R16, kTransCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()