Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h228 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
234 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
235 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
236 kES_EXT_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
237 kMixedSamples_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
250 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
251 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
397 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp24 fMSFBOType = kNone_MSFBOType; in GrGLCaps()
482 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in init()
484 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()
1004 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
1006 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
1008 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
1012 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1014 fMSFBOType = kES_Apple_MSFBOType; in initFSAASupport()
1033 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
1037 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
[all …]