Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h319 case GR_GL_LUMINANCE16F: return GrGLFormat::kLUMINANCE16F; in GrGLFormatFromGLEnum()
354 case GrGLFormat::kLUMINANCE16F: return GR_GL_LUMINANCE16F; in GrGLFormatToEnum()
529 case GR_GL_LUMINANCE16F: return "LUMINANCE16F"; in GrGLFormatToStr()
DGrGLDefines.h471 #define GR_GL_LUMINANCE16F 0x881E macro
DGrGLCaps.cpp2270 info.fInternalFormatForRenderbuffer = GR_GL_LUMINANCE16F; in initFormatTable()
2280 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE16F; in initFormatTable()
2282 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE16F; in initFormatTable()
4559 GrBackendFormat::MakeGL(GR_GL_LUMINANCE16F, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/external/skia/tests/
DBackendAllocationTest.cpp798 { GrColorType::kAlpha_F16, GR_GL_LUMINANCE16F, kGrayCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()