Searched refs:copySurface (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureOpList.h | 54 bool copySurface(const GrCaps& caps,
|
D | GrSurfaceContext.cpp | 93 return this->getOpList()->copySurface(*fContext->caps(), in copy()
|
D | GrTextureOpList.cpp | 82 bool GrTextureOpList::copySurface(const GrCaps& caps, in copySurface() function in GrTextureOpList
|
D | GrOpList.h | 39 virtual bool copySurface(const GrCaps& caps,
|
D | GrOpFlushState.cpp | 78 return fGpu->copySurface(surface, temp.get(), SkIRect::MakeWH(width, height), {left, top}); in doUpload()
|
D | GrRenderTargetOpList.h | 94 bool copySurface(const GrCaps& caps,
|
D | GrRenderTargetOpList.cpp | 211 bool GrRenderTargetOpList::copySurface(const GrCaps& caps, in copySurface() function in GrRenderTargetOpList
|
D | GrGpu.h | 331 bool copySurface(GrSurface* dst,
|
D | GrGpu.cpp | 252 bool GrGpu::copySurface(GrSurface* dst, in copySurface() function in GrGpu
|
/external/skia/src/gpu/ops/ |
D | GrCopySurfaceOp.cpp | 90 state->gpu()->copySurface(fDst.get()->priv().peekSurface(), in onExecute()
|