Searched refs:GR_GL_RGB8 (Results 1 – 9 of 9) sorted by relevance
321 case GR_GL_RGB8: return GrGLFormat::kRGB8; in GrGLFormatFromGLEnum()356 case GrGLFormat::kRGB8: return GR_GL_RGB8; in GrGLFormatToEnum()531 case GR_GL_RGB8: return "RGB8"; in GrGLFormatToStr()
505 #define GR_GL_RGB8 0x8051 macro
2333 info.fInternalFormatForRenderbuffer = GR_GL_RGB8; in initFormatTable()2356 info.fInternalFormatForTexImageOrStorage = GR_GL_RGB8; in initFormatTable()2359 texImageSupportsSizedInternalFormat ? GR_GL_RGB8 : GR_GL_RGB; in initFormatTable()4537 GrBackendFormat::MakeGL(GR_GL_RGB8, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
495 #define GR_GL_RGB8 0x8051 macro
1450 fConfigTable[kRGB_888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB8; in initConfigTable()2940 if (GR_GL_RGB8 == format) { in validate_sized_format()3020 case GR_GL_RGB8: in get_yuva_config()
80 return GrBackendFormat::MakeGL(GR_GL_RGB8, GR_GL_TEXTURE_EXTERNAL); in GetBackendFormat()
468 return GrBackendFormat::MakeGL(GR_GL_RGB8, GR_GL_TEXTURE_EXTERNAL); in get_backend_format()
773 { GrColorType::kRGB_888x, GR_GL_RGB8, SkColors::kCyan }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
89 return GrBackendFormat::MakeGL(GR_GL_RGB8, GR_GL_TEXTURE_2D); in create_backend_format()