Home
last modified time | relevance | path

Searched refs:kNone_MSFBOType (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.cpp21 fMSFBOType = kNone_MSFBOType; in reset()
221 fMSFBOType = kNone_MSFBOType; in initFSAASupport()
260 if (kNone_MSFBOType != fMSFBOType) { in initFSAASupport()
400 GR_STATIC_ASSERT(0 == kNone_MSFBOType); in print()
DGrGLCaps.h52 kNone_MSFBOType = 0, enumerator
DGrGpuGL.cpp269 caps->fFSAASupport = GrGLCaps::kNone_MSFBOType != this->glCaps().msFBOType(); in initCaps()
803 GrAssert(GrGLCaps::kNone_MSFBOType != ctxInfo.caps().msFBOType()); in renderbuffer_storage_msaa()
852 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType()) { in createRenderTargetObjects()
969 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType() && in onCreateTexture()
1725 GrAssert(GrGLCaps::kNone_MSFBOType != this->glCaps().msFBOType()); in onResolveRenderTarget()