Home
last modified time | relevance | path

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

/external/skia/tests/
DIntTextureTest.cpp128 GrSurface* copySurface = dstContext->asTextureProxy()->instantiate( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
130 REPORTER_ASSERT(reporter, copySurface); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
131 if (!copySurface) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
136 bool success = copySurface->readPixels(0, 0, kS, kS, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrTextureOpList.h54 bool copySurface(GrSurface* dst,
DGrTextureOpList.cpp79 bool GrTextureOpList::copySurface(GrSurface* dst, in copySurface() function in GrTextureOpList
DGrRenderTargetOpList.h101 bool copySurface(GrSurface* dst,
DGrTextureContext.cpp98 bool result = opList->copySurface(tex.get(), src.get(), srcRect, dstPoint); in onCopy()
DGrGpu.h329 bool copySurface(GrSurface* dst,
DGrRenderTargetOpList.cpp225 bool GrRenderTargetOpList::copySurface(GrSurface* dst, in copySurface() function in GrRenderTargetOpList
DGrGpu.cpp267 bool GrGpu::copySurface(GrSurface* dst, in copySurface() function in GrGpu
DGrRenderTargetContext.cpp155 return this->getOpList()->copySurface(rt.get(), src.get(), srcRect, dstPoint); in onCopy()
1806 this->getOpList()->copySurface(copy.get(), rt, copyRect, dstPoint); in setupDstTexture()
/external/skia/src/gpu/ops/
DGrCopySurfaceOp.h62 state->gpu()->copySurface(fDst.get(), fSrc.get(), fSrcRect, fDstPoint); in onExecute()