Searched refs:GR_GL_RG (Results 1 – 2 of 2) sorted by relevance
435 #define GR_GL_RG 0x8227 macro
946 if (readFormat != GR_GL_RED && readFormat != GR_GL_RG && readFormat != GR_GL_RGB && in readPixelsSupported()1835 const GrGLenum format = kRGBA_float_GrPixelConfig == fpconfig ? GR_GL_RGBA : GR_GL_RG; in initConfigTable()