Searched refs:GR_GL_BGRA8 (Results 1 – 7 of 7) sorted by relevance
220 info.fFormat = GR_GL_BGRA8;
525 #define GR_GL_BGRA8 0x93A1 macro
1526 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_BGRA8; in initConfigTable()2949 } else if (GR_GL_BGRA8 == format) { in validate_sized_format()3023 case GR_GL_BGRA8: in get_yuva_config()
1540 fConfigTable[kBGRA_8888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_BGRA8; in initConfigTable()2975 } else if (GR_GL_BGRA8 == format) { in validate_sized_format()3054 case GR_GL_BGRA8: in get_yuva_config()
97 return GrBackendFormat::MakeGL(GR_GL_BGRA8, GR_GL_TEXTURE_2D); in create_backend_format()