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.h332 case GR_GL_RGBA16: return GrGLFormat::kRGBA16; in GrGLFormatFromGLEnum()
367 case GrGLFormat::kRGBA16: return GR_GL_RGBA16; in GrGLFormatToEnum()
543 case GR_GL_RGBA16: return "RGBA16"; in GrGLFormatToStr()
DGrGLDefines.h525 #define GR_GL_RGBA16 0x805B macro
DGrGLCaps.cpp2945 info.fInternalFormatForRenderbuffer = GR_GL_RGBA16; in initFormatTable()
2955 info.fInternalFormatForTexImageOrStorage = GR_GL_RGBA16; in initFormatTable()
2958 texImageSupportsSizedInternalFormat ? GR_GL_RGBA16 : GR_GL_RGBA; in initFormatTable()
4569 GrBackendFormat::MakeGL(GR_GL_RGBA16, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skia/tests/
DBackendAllocationTest.cpp803 { GrColorType::kRGBA_16161616, GR_GL_RGBA16, SkColors::kLtGray }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()