Searched refs:GR_GL_RGB565 (Results 1 – 7 of 7) sorted by relevance
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()
1656 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB565; in initConfigTable()2947 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()