Home
last modified time | relevance | path

Searched refs:fMSFBOType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h212 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
218 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
219 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
220 kES_EXT_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
221 kMixedSamples_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
234 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
235 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
389 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp24 fMSFBOType = kNone_MSFBOType; in GrGLCaps()
440 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in init()
442 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()
818 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
823 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
825 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
827 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
829 fMSFBOType = GrGLCaps::kES_3_0_MSFBOType; in initFSAASupport()
833 fMSFBOType = kDesktop_EXT_MSFBOType; in initFSAASupport()
835 fMSFBOType = kES_Apple_MSFBOType; in initFSAASupport()
[all …]