/external/skia/include/gpu/ |
D | GrContext.h | 282 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()
|
D | GrDrawContext.h | 50 bool copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint);
|
/external/skia/tests/ |
D | RectangleTextureTest.cpp | 63 context->copySurface(dst, rectangleTexture); in test_copy_surface_src() 85 context->copySurface(rectangleTexture, src); in test_copy_surface_dst()
|
D | CopySurfaceTest.cpp | 84 bool result = context->copySurface(dst, src, srcRect, dstPoint); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | EGLImageTest.cpp | 78 context->copySurface(copy, externalTexture); in test_copy_surface()
|
/external/skia/src/gpu/batches/ |
D | GrCopySurfaceBatch.h | 67 state->gpu()->copySurface(fDst.get(), fSrc.get(), fSrcRect, fDstPoint); in onDraw()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 514 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()
|
D | GrDrawTarget.h | 147 bool copySurface(GrSurface* dst,
|
D | SkGrPixelRef.cpp | 89 context->copySurface(dst, texture, srcRect, SkIPoint::Make(0,0)); in copy_to_new_texture_pixelref()
|
D | GrDrawTarget.cpp | 181 this->copySurface(copy, rt, copyRect, dstPoint); in setupDstReadIfNecessary() 409 bool GrDrawTarget::copySurface(GrSurface* dst, in copySurface() function in GrDrawTarget
|
D | GrDrawContext.cpp | 99 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()
|
D | GrGpu.h | 336 bool copySurface(GrSurface* dst,
|
D | GrGpu.cpp | 254 bool GrGpu::copySurface(GrSurface* dst, in copySurface() function in GrGpu
|
D | SkGpuDevice.cpp | 338 this->context()->copySurface(newRT, fRenderTarget); in replaceRenderTarget()
|
/external/skia/src/utils/ |
D | SkImageGeneratorUtils.cpp | 73 fCtx->copySurface(dst, fTexture, *subset, SkIPoint::Make(0, 0)); in onGenerateTexture()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 147 ctx->copySurface(subTx, fTexture, subset, SkIPoint::Make(0, 0)); in onNewSubset() 326 ctx->copySurface(dst, src, srcR, dstP); in GrDeepCopyTexture()
|
D | SkSurface_Gpu.cpp | 94 if (!ctx->copySurface(copy, rt)) { in onNewImageSnapshot()
|
/external/skia/tools/VisualBench/ |
D | WrappedBenchmark.h | 126 dst->getContext()->copySurface(dst, src, SkIRect::MakeWH(w, h), SkIPoint::Make(0, 0)); in onBlitToScreen()
|
/external/skia/gm/ |
D | image_pict.cpp | 237 fCtx->copySurface(dst, fTexture, *subset, SkIPoint::Make(0, 0)); in onGenerateTexture()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 1152 context->copySurface(tex, srcRT); in draw_filter_into_device()
|