Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h308 case GR_GL_RG16F: return GrGLFormat::kRG16F; in GrGLFormatFromGLEnum()
338 case GrGLFormat::kRG16F: return GR_GL_RG16F; in GrGLFormatToEnum()
369 case GR_GL_RG16F: return "RG16F"; in GrGLFormatToStr()
DGrGLDefines.h491 #define GR_GL_RG16F 0x822F macro
DGrGLCaps.cpp2971 info.fInternalFormatForRenderbuffer = GR_GL_RG16F; in initFormatTable()
2985 info.fInternalFormatForTexImageOrStorage = GR_GL_RG16F; in initFormatTable()
2988 texImageSupportsSizedInternalFormat ? GR_GL_RG16F : GR_GL_RG; in initFormatTable()
4397 GrBackendFormat::MakeGL(GR_GL_RG16F, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skia/tests/
DBackendAllocationTest.cpp789 { GrColorType::kRG_F16, GR_GL_RG16F, SkColors::kYellow }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()