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.h333 case GR_GL_RG16F: return GrGLFormat::kRG16F; in GrGLFormatFromGLEnum()
368 case GrGLFormat::kRG16F: return GR_GL_RG16F; in GrGLFormatToEnum()
544 case GR_GL_RG16F: return "RG16F"; in GrGLFormatToStr()
DGrGLDefines.h492 #define GR_GL_RG16F 0x822F macro
DGrGLCaps.cpp3033 info.fInternalFormatForRenderbuffer = GR_GL_RG16F; in initFormatTable()
3046 info.fInternalFormatForTexImageOrStorage = GR_GL_RG16F; in initFormatTable()
3049 texImageSupportsSizedInternalFormat ? GR_GL_RG16F : GR_GL_RG; in initFormatTable()
4571 GrBackendFormat::MakeGL(GR_GL_RG16F, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skia/tests/
DBackendAllocationTest.cpp804 { GrColorType::kRG_F16, GR_GL_RG16F, SkColors::kYellow }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()