Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h149 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
155 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
156 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
157 kES_EXT_MsToTexture_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
165 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
166 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
336 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp25 fMSFBOType = kNone_MSFBOType; in reset()
71 fMSFBOType = caps.fMSFBOType; in operator =()
344 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in init()
346 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()
508 if (kNone_MSFBOType == fMSFBOType) { in initConfigRenderableTable()
709 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
714 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
716 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
718 fMSFBOType = GrGLCaps::kES_3_0_MSFBOType; in initFSAASupport()
722 fMSFBOType = kDesktop_EXT_MSFBOType; in initFSAASupport()
[all …]