Searched refs:GR_GL_LUMINANCE8 (Results 1 – 7 of 7) sorted by relevance
314 case GR_GL_LUMINANCE8: return GrGLFormat::kLUMINANCE8; in GrGLFormatFromGLEnum()349 case GrGLFormat::kLUMINANCE8: return GR_GL_LUMINANCE8; in GrGLFormatToEnum()524 case GR_GL_LUMINANCE8: return "LUMINANCE8"; in GrGLFormatToStr()
469 #define GR_GL_LUMINANCE8 0x8040 macro
1670 info.fInternalFormatForRenderbuffer = GR_GL_LUMINANCE8; in initFormatTable()1691 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE8; in initFormatTable()1693 info.fInternalFormatForTexImageOrStorage = GR_GL_LUMINANCE8; in initFormatTable()4551 GrBackendFormat::MakeGL(GR_GL_LUMINANCE8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
462 #define GR_GL_LUMINANCE8 0x8040 macro
1751 grayLumInfo.fFormats.fSizedInternalFormat = GR_GL_LUMINANCE8; in initConfigTable()2965 if (GR_GL_LUMINANCE8 == format) { in validate_sized_format()
786 { GrColorType::kGray_8, GR_GL_LUMINANCE8, kGrayCol }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
110 return GrBackendFormat::MakeGL(GR_GL_LUMINANCE8, GR_GL_TEXTURE_2D); in create_backend_format()