Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrContext.h282 bool copySurface(GrSurface* dst,
289 bool copySurface(GrSurface* dst, GrSurface* src) { in copySurface() function
290 return this->copySurface(dst, src, SkIRect::MakeWH(dst->width(), dst->height()), in copySurface()
DGrDrawContext.h50 bool copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint);
/external/skia/tests/
DRectangleTextureTest.cpp63 context->copySurface(dst, rectangleTexture); in test_copy_surface_src()
85 context->copySurface(rectangleTexture, src); in test_copy_surface_dst()
DCopySurfaceTest.cpp84 bool result = context->copySurface(dst, src, srcRect, dstPoint); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DEGLImageTest.cpp78 context->copySurface(copy, externalTexture); in test_copy_surface()
/external/skia/src/gpu/batches/
DGrCopySurfaceBatch.h67 state->gpu()->copySurface(fDst.get(), fSrc.get(), fSrcRect, fDstPoint); in onDraw()
/external/skia/src/gpu/
DGrContext.cpp514 bool GrContext::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrContext
539 return fGpu->copySurface(dst, src, clippedSrcRect, clippedDstPoint); in copySurface()
546 if (!drawContext->copySurface(src, srcRect, dstPoint)) { in copySurface()
DGrDrawTarget.h147 bool copySurface(GrSurface* dst,
DSkGrPixelRef.cpp89 context->copySurface(dst, texture, srcRect, SkIPoint::Make(0,0)); in copy_to_new_texture_pixelref()
DGrDrawTarget.cpp181 this->copySurface(copy, rt, copyRect, dstPoint); in setupDstReadIfNecessary()
409 bool GrDrawTarget::copySurface(GrSurface* dst, in copySurface() function in GrDrawTarget
DGrDrawContext.cpp99 bool GrDrawContext::copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in copySurface() function in GrDrawContext
105 return this->getDrawTarget()->copySurface(fRenderTarget, src, srcRect, dstPoint); in copySurface()
DGrGpu.h336 bool copySurface(GrSurface* dst,
DGrGpu.cpp254 bool GrGpu::copySurface(GrSurface* dst, in copySurface() function in GrGpu
DSkGpuDevice.cpp338 this->context()->copySurface(newRT, fRenderTarget); in replaceRenderTarget()
/external/skia/src/utils/
DSkImageGeneratorUtils.cpp73 fCtx->copySurface(dst, fTexture, *subset, SkIPoint::Make(0, 0)); in onGenerateTexture()
/external/skia/src/image/
DSkImage_Gpu.cpp147 ctx->copySurface(subTx, fTexture, subset, SkIPoint::Make(0, 0)); in onNewSubset()
326 ctx->copySurface(dst, src, srcR, dstP); in GrDeepCopyTexture()
DSkSurface_Gpu.cpp94 if (!ctx->copySurface(copy, rt)) { in onNewImageSnapshot()
/external/skia/tools/VisualBench/
DWrappedBenchmark.h126 dst->getContext()->copySurface(dst, src, SkIRect::MakeWH(w, h), SkIPoint::Make(0, 0)); in onBlitToScreen()
/external/skia/gm/
Dimage_pict.cpp237 fCtx->copySurface(dst, fTexture, *subset, SkIPoint::Make(0, 0)); in onGenerateTexture()
/external/skia/src/core/
DSkCanvas.cpp1152 context->copySurface(tex, srcRT); in draw_filter_into_device()