Home
last modified time | relevance | path

Searched refs:copySurface (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrTextureOpList.h54 bool copySurface(const GrCaps& caps,
DGrSurfaceContext.cpp93 return this->getOpList()->copySurface(*fContext->caps(), in copy()
DGrTextureOpList.cpp82 bool GrTextureOpList::copySurface(const GrCaps& caps, in copySurface() function in GrTextureOpList
DGrOpList.h39 virtual bool copySurface(const GrCaps& caps,
DGrOpFlushState.cpp78 return fGpu->copySurface(surface, temp.get(), SkIRect::MakeWH(width, height), {left, top}); in doUpload()
DGrRenderTargetOpList.h94 bool copySurface(const GrCaps& caps,
DGrRenderTargetOpList.cpp211 bool GrRenderTargetOpList::copySurface(const GrCaps& caps, in copySurface() function in GrRenderTargetOpList
DGrGpu.h331 bool copySurface(GrSurface* dst,
DGrGpu.cpp252 bool GrGpu::copySurface(GrSurface* dst, in copySurface() function in GrGpu
/external/skia/src/gpu/ops/
DGrCopySurfaceOp.cpp90 state->gpu()->copySurface(fDst.get()->priv().peekSurface(), in onExecute()