Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h138 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType() function
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()
1741 if (GrGLCaps::kAppleES_MSFBOType == this->glCaps().msFBOType()) { in onResolveRenderTarget()
1749 if (GrGLCaps::kDesktopARB_MSFBOType != this->glCaps().msFBOType()) { in onResolveRenderTarget()
1752 this->glCaps().msFBOType()); in onResolveRenderTarget()