Home
last modified time | relevance | path

Searched refs:getDstCopyRestrictions (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlCaps.h51 DstCopyRestrictions getDstCopyRestrictions(const GrRenderTargetProxy* src,
DGrMtlCaps.mm938 GrCaps::DstCopyRestrictions GrMtlCaps::getDstCopyRestrictions(const GrRenderTargetProxy* src, function
/external/skia/src/gpu/
DGrCaps.h404 virtual DstCopyRestrictions getDstCopyRestrictions(const GrRenderTargetProxy* src, in getDstCopyRestrictions() function
DGrSurfaceContext.cpp278 auto restrictions = this->caps()->getDstCopyRestrictions(this->asRenderTargetProxy(), in readPixels()
DGrSurfaceDrawContext.cpp2011 GrCaps::DstCopyRestrictions restrictions = this->caps()->getDstCopyRestrictions( in setupDstProxyView()
/external/skia/src/gpu/gl/
DGrGLCaps.h414 DstCopyRestrictions getDstCopyRestrictions(const GrRenderTargetProxy* src,
DGrGLCaps.cpp3382 GrCaps::DstCopyRestrictions GrGLCaps::getDstCopyRestrictions(const GrRenderTargetProxy* src, in getDstCopyRestrictions() function in GrGLCaps