Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h223 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType() function
DGrGLGpu.cpp1418 SkASSERT(GrGLCaps::kNone_MSFBOType != ctx.caps()->msFBOType()); in renderbuffer_storage_msaa()
1419 switch (ctx.caps()->msFBOType()) { in renderbuffer_storage_msaa()
1457 SkASSERT((GrGLCaps::kMixedSamples_MSFBOType == this->glCaps().msFBOType()) == in createRenderTargetObjects()
1465 if (desc.fSampleCnt > 1 && GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType()) { in createRenderTargetObjects()
1578 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType() && desc.fSampleCnt > 1) { in onCreateTexture()
2731 if (GrGLCaps::kES_Apple_MSFBOType == this->glCaps().msFBOType()) { in onResolveRenderTarget()
DGrGLCaps.cpp1785 if (kStandard_MSFBOType == this->msFBOType() && kGL_GrGLStandard == standard && in initConfigTable()
/external/skqp/src/gpu/gl/
DGrGLCaps.h223 MSFBOType msFBOType() const { return fMSFBOType; } in msFBOType() function
DGrGLGpu.cpp1383 SkASSERT(GrGLCaps::kNone_MSFBOType != ctx.caps()->msFBOType()); in renderbuffer_storage_msaa()
1384 switch (ctx.caps()->msFBOType()) { in renderbuffer_storage_msaa()
1422 SkASSERT((GrGLCaps::kMixedSamples_MSFBOType == this->glCaps().msFBOType()) == in createRenderTargetObjects()
1430 if (desc.fSampleCnt > 1 && GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType()) { in createRenderTargetObjects()
1543 if (GrGLCaps::kNone_MSFBOType == this->glCaps().msFBOType() && desc.fSampleCnt > 1) { in onCreateTexture()
2693 if (GrGLCaps::kES_Apple_MSFBOType == this->glCaps().msFBOType()) { in onResolveRenderTarget()
DGrGLCaps.cpp1771 if (kStandard_MSFBOType == this->msFBOType() && kGL_GrGLStandard == standard && in initConfigTable()