Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h390 case GR_GL_LUMINANCE16F: return GrGLFormat::kLUMINANCE16F; in GrGLFormatFromGLEnum()
428 case GrGLFormat::kLUMINANCE16F: return GR_GL_LUMINANCE16F; in GrGLFormatToEnum()
619 case GR_GL_LUMINANCE16F: return "LUMINANCE16F"; in GrGLFormatToStr()
H A DGrGLDefines.h471 #define GR_GL_LUMINANCE16F 0x881E macro
H A DGrGLCaps.cpp2340 info.fInternalFormatForRenderbuffer = GR_GL_LUMINANCE16F;
2350 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE16F;
2352 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE16F;
4857 GrBackendFormat::MakeGL(GR_GL_LUMINANCE16F, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
/third_party/skia/tests/
H A DBackendAllocationTest.cpp792 { GrColorType::kAlpha_F16, GR_GL_LUMINANCE16F, kGrayCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()

Completed in 18 milliseconds