Searched refs:GR_GL_RGBA4 (Results 1 – 4 of 4) sorted by relevance
395 case GR_GL_RGBA4: return GrGLFormat::kRGBA4; in GrGLFormatFromGLEnum()433 case GrGLFormat::kRGBA4: return GR_GL_RGBA4; in GrGLFormatToEnum()624 case GR_GL_RGBA4: return "RGBA4"; in GrGLFormatToStr()
517 #define GR_GL_RGBA4 0x8056 macro
2642 info.fInternalFormatForRenderbuffer = GR_GL_RGBA4; in initFormatTable()2658 info.fInternalFormatForTexImageOrStorage = GR_GL_RGBA4; in initFormatTable()2661 texImageSupportsSizedInternalFormat ? GR_GL_RGBA4 : GR_GL_RGBA; in initFormatTable()4821 GrBackendFormat::MakeGL(GR_GL_RGBA4, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
775 { GrColorType::kABGR_4444, GR_GL_RGBA4, SkColors::kGreen }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()