Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h307 case GR_GL_RGBA16: return GrGLFormat::kRGBA16; in GrGLFormatFromGLEnum()
337 case GrGLFormat::kRGBA16: return GR_GL_RGBA16; in GrGLFormatToEnum()
368 case GR_GL_RGBA16: return "RGBA16"; in GrGLFormatToStr()
DGrGLDefines.h524 #define GR_GL_RGBA16 0x805B macro
DGrGLCaps.cpp2882 info.fInternalFormatForRenderbuffer = GR_GL_RGBA16; in initFormatTable()
2893 info.fInternalFormatForTexImageOrStorage = GR_GL_RGBA16; in initFormatTable()
2896 texImageSupportsSizedInternalFormat ? GR_GL_RGBA16 : GR_GL_RGBA; in initFormatTable()
4395 GrBackendFormat::MakeGL(GR_GL_RGBA16, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skia/tests/
DBackendAllocationTest.cpp788 { GrColorType::kRGBA_16161616, GR_GL_RGBA16, SkColors::kLtGray }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()