Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h140 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
146 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
147 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
148 kES_EXT_MsToTexture_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
156 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
157 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
311 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp24 fMSFBOType = kNone_MSFBOType; in reset()
65 fMSFBOType = caps.fMSFBOType; in operator =()
330 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in init()
332 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()
418 if (kNone_MSFBOType == fMSFBOType) { in initConfigRenderableTable()
456 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
461 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
463 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
465 fMSFBOType = GrGLCaps::kES_3_0_MSFBOType; in initFSAASupport()
469 fMSFBOType = kDesktop_EXT_MSFBOType; in initFSAASupport()
[all …]
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLCaps.h140 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
146 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
147 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
148 kES_EXT_MsToTexture_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
156 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
157 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
311 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp24 fMSFBOType = kNone_MSFBOType; in reset()
65 fMSFBOType = caps.fMSFBOType; in operator =()
330 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in init()
332 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()
418 if (kNone_MSFBOType == fMSFBOType) { in initConfigRenderableTable()
456 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
461 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
463 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
465 fMSFBOType = GrGLCaps::kES_3_0_MSFBOType; in initFSAASupport()
469 fMSFBOType = kDesktop_EXT_MSFBOType; in initFSAASupport()
[all …]