Searched refs:fGLFormat (Results 1 – 2 of 2) sorted by relevance
45 fGLFormat = that.fGLFormat; in GrBackendFormat()104 , fGLFormat(format) in GrBackendFormat()109 return GrGLFormatFromGLEnum(fGLFormat); in asGLFormat()222 return GrGLFormatChannels(GrGLFormatFromGLEnum(fGLFormat)); in channelMask()255 return GrGLFormatDesc(GrGLFormatFromGLEnum(fGLFormat)); in desc()360 return fGLFormat == that.fGLFormat; in operator ==()415 str.append(GrGLFormatToStr(fGLFormat)); in toStr()
230 GrGLenum fGLFormat; // the sized, internal format of the GL resource member