Searched refs:GR_GL_RGB565 (Results 1 – 9 of 9) sorted by relevance
292 case GR_GL_RGB565: return GrGLFormat::kRGB565; in GrGLFormatFromGLEnum()322 case GrGLFormat::kRGB565: return GR_GL_RGB565; in GrGLFormatToEnum()352 case GR_GL_RGB565: return "RGB565"; in GrGLFormatToStr()
503 #define GR_GL_RGB565 0x8D62 macro
1901 info.fInternalFormatForRenderbuffer = GR_GL_RGB565; in initFormatTable()1924 info.fInternalFormatForTexImageOrStorage = GR_GL_RGB565; in initFormatTable()1927 texImageSupportsSizedInternalFormat ? GR_GL_RGB565 : GR_GL_RGB; in initFormatTable()4355 GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
494 #define GR_GL_RGB565 0x8D62 macro
1642 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB565; in initConfigTable()2923 if (GR_GL_RGB565 == format) { in validate_sized_format()
76 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_EXTERNAL); in GetBackendFormat()
464 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_EXTERNAL); in get_backend_format()
74 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_2D); in create_backend_format()
767 { GrColorType::kBGR_565, GR_GL_RGB565, SkColors::kRed }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()