Searched refs:kNone_MSFBOType (Results 1 – 6 of 6) sorted by relevance
38 kNone_MSFBOType = 0, enumerator163 return kNone_MSFBOType != fMSFBOType && in usesMSAARenderBuffers()
24 fMSFBOType = kNone_MSFBOType; in reset()339 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()430 if (kNone_MSFBOType == fMSFBOType) { in initConfigRenderableTable()567 fMSFBOType = kNone_MSFBOType; in initFSAASupport()719 GR_STATIC_ASSERT(0 == kNone_MSFBOType); in dump()
792 SkASSERT(GrGLCaps::kNone_MSFBOType != ctx.caps()->msFBOType()); in renderbuffer_storage_msaa()818 case GrGLCaps::kNone_MSFBOType: in renderbuffer_storage_msaa()837 if (desc->fSampleCnt > 0 && GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType()) { in createRenderTargetObjects()953 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType() && desc.fSampleCnt) { in onCreateTexture()979 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType() && in onCreateTexture()