Searched refs:copySurface (Results 1 – 10 of 10) sorted by relevance
/external/skia/tests/ |
D | IntTextureTest.cpp | 128 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/ |
D | GrTextureOpList.h | 54 bool copySurface(GrSurface* dst,
|
D | GrTextureOpList.cpp | 79 bool GrTextureOpList::copySurface(GrSurface* dst, in copySurface() function in GrTextureOpList
|
D | GrRenderTargetOpList.h | 101 bool copySurface(GrSurface* dst,
|
D | GrTextureContext.cpp | 98 bool result = opList->copySurface(tex.get(), src.get(), srcRect, dstPoint); in onCopy()
|
D | GrGpu.h | 329 bool copySurface(GrSurface* dst,
|
D | GrRenderTargetOpList.cpp | 225 bool GrRenderTargetOpList::copySurface(GrSurface* dst, in copySurface() function in GrRenderTargetOpList
|
D | GrGpu.cpp | 267 bool GrGpu::copySurface(GrSurface* dst, in copySurface() function in GrGpu
|
D | GrRenderTargetContext.cpp | 155 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/ |
D | GrCopySurfaceOp.h | 62 state->gpu()->copySurface(fDst.get(), fSrc.get(), fSrcRect, fDstPoint); in onExecute()
|