Searched refs:fGLFormat (Results 1 – 4 of 4) sorted by relevance
39 fGLFormat = that.fGLFormat; in GrBackendFormat()68 , fGLFormat(format) { in GrBackendFormat()89 return GrGLFormatFromGLEnum(fGLFormat); in asGLFormat()206 return fGLFormat == that.fGLFormat; in operator ==()255 str.append(GrGLFormatToStr(fGLFormat)); in toStr()
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()
163 GrGLenum fGLFormat; // the sized, internal format of the GL resource member
230 GrGLenum fGLFormat; // the sized, internal format of the GL resource member