Home
last modified time | relevance | path

Searched refs:fGLFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp39 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()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp45 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()
/third_party/flutter/skia/include/gpu/
DGrBackendSurface.h163 GrGLenum fGLFormat; // the sized, internal format of the GL resource member
/third_party/skia/include/gpu/
DGrBackendSurface.h230 GrGLenum fGLFormat; // the sized, internal format of the GL resource member