Searched refs:msFBOType (Results 1 – 2 of 2) sorted by relevance
149 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType() function
820 SkASSERT(GrGLCaps::kNone_MSFBOType != ctx.caps()->msFBOType()); in renderbuffer_storage_msaa()821 switch (ctx.caps()->msFBOType()) { in renderbuffer_storage_msaa()866 if (desc.fSampleCnt > 0 && GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType()) { in createRenderTargetObjects()977 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType() && desc.fSampleCnt) { in onCreateTexture()1989 if (GrGLCaps::kES_Apple_MSFBOType == this->glCaps().msFBOType()) { in onResolveRenderTarget()2532 if (GrGLCaps::kES_3_0_MSFBOType == gpu->glCaps().msFBOType() && in can_blit_framebuffer()