Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h223 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
229 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
230 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
231 kES_EXT_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
232 kMixedSamples_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
245 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
246 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
475 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp34 fMSFBOType = kNone_MSFBOType; in GrGLCaps()
963 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
965 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
967 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
969 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
971 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
973 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
975 fMSFBOType = kES_Apple_MSFBOType; in initFSAASupport()
979 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
983 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
[all …]
/external/skqp/src/gpu/gl/
DGrGLCaps.h223 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType()
229 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
230 kES_IMG_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
231 kES_EXT_MsToTexture_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
232 kMixedSamples_MSFBOType != fMSFBOType; in usesMSAARenderBuffers()
245 return kES_IMG_MsToTexture_MSFBOType == fMSFBOType || in usesImplicitMSAAResolve()
246 kES_EXT_MsToTexture_MSFBOType == fMSFBOType; in usesImplicitMSAAResolve()
475 MSFBOType fMSFBOType; variable
DGrGLCaps.cpp34 fMSFBOType = kNone_MSFBOType; in GrGLCaps()
951 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
953 fMSFBOType = kES_EXT_MsToTexture_MSFBOType; in initFSAASupport()
955 fMSFBOType = kES_IMG_MsToTexture_MSFBOType; in initFSAASupport()
957 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
959 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
961 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
963 fMSFBOType = kES_Apple_MSFBOType; in initFSAASupport()
967 fMSFBOType = kMixedSamples_MSFBOType; in initFSAASupport()
971 fMSFBOType = kStandard_MSFBOType; in initFSAASupport()
[all …]