Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h259 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
265 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
266 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
267 kES_EXT_MsToTexture_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
274 SkASSERT(fMSFBOType != kNone_MSFBOType); in framebufferResolvesMustBeFullSize()
275 return fMSFBOType == kES_Apple_MSFBOType || in framebufferResolvesMustBeFullSize()
283 SkASSERT(fMSFBOType != kNone_MSFBOType); in canResolveSingleToMSAA()
284 return fMSFBOType != kES_Apple_MSFBOType && in canResolveSingleToMSAA()
293 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
294 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
[all …]
DGrGLCaps.cpp1063 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1066 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1072 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
1075 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
1078 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1080 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1082 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1084 fMSFBOType = kES_Apple_MSFBOType; in initFSAASupport()
1089 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1091 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
[all …]