Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h257 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
263 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
264 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
265 kES_EXT_MsToTexture_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
272 SkASSERT(fMSFBOType != kNone_MSFBOType); in framebufferResolvesMustBeFullSize()
273 return fMSFBOType == kES_Apple_MSFBOType || in framebufferResolvesMustBeFullSize()
281 SkASSERT(fMSFBOType != kNone_MSFBOType); in canResolveSingleToMSAA()
282 return fMSFBOType != kES_Apple_MSFBOType && in canResolveSingleToMSAA()
291 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
292 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
[all …]
DGrGLCaps.cpp1042 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1045 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1051 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
1054 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
1057 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1059 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1061 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1063 fMSFBOType = kES_Apple_MSFBOType; in initFSAASupport()
1068 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
1070 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
[all …]