Searched refs:GR_GL_RGB565 (Results 1 – 9 of 9) sorted by relevance
317 case GR_GL_RGB565: return GrGLFormat::kRGB565; in GrGLFormatFromGLEnum()352 case GrGLFormat::kRGB565: return GR_GL_RGB565; in GrGLFormatToEnum()527 case GR_GL_RGB565: return "RGB565"; in GrGLFormatToStr()
504 #define GR_GL_RGB565 0x8D62 macro
1948 info.fInternalFormatForRenderbuffer = GR_GL_RGB565; in initFormatTable()1970 info.fInternalFormatForTexImageOrStorage = GR_GL_RGB565; in initFormatTable()1973 texImageSupportsSizedInternalFormat ? GR_GL_RGB565 : GR_GL_RGB; in initFormatTable()4527 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()
780 { GrColorType::kBGR_565, GR_GL_RGB565, SkColors::kRed }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
74 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_2D); in create_backend_format()