HomeSort by relevance Sort by last modified time
    Searched refs:copySurface (Results 1 - 12 of 12) sorted by null

  /external/skia/include/gpu/
GrContext.h 476 void copySurface(GrSurface* dst,
484 bool copySurface(GrSurface* dst, GrSurface* src) {
489 this->copySurface(dst, src, SkIRect::MakeWH(dst->width(), dst->height()),
  /external/skia/src/gpu/
GrTargetCommands.cpp 109 void GrTargetCommands::CopySurface::execute(GrGpu* gpu) {
110 gpu->copySurface(this->dst(), this->src(), fSrcRect, fDstPoint);
SkGrPixelRef.cpp 91 context->copySurface(dst->asRenderTarget(), texture, srcRect, SkIPoint::Make(0,0),
GrDrawTarget.h 186 bool copySurface(GrSurface* dst,
191 * Function that determines whether a copySurface call would succeed without actually
GrGpu.h 233 * This is can be called before allocating a texture to be a dst for copySurface. It will
234 * populate the origin, config, and flags fields of the desc such that copySurface can
235 * efficiently succeed. It should only succeed if it can allow copySurface to perform a copy
260 // Called to determine whether a copySurface call would succeed or not. Derived
274 virtual bool copySurface(GrSurface* dst,
GrTest.cpp 163 bool copySurface(GrSurface* dst,
GrDrawTarget.cpp 103 if (this->copySurface(copy, rt, copyRect, dstPoint)) {
424 bool GrDrawTarget::copySurface(GrSurface* dst,
GrContext.cpp     [all...]
SkGpuDevice.cpp 336 this->context()->copySurface(newRT, fRenderTarget);
    [all...]
  /external/skia/src/image/
SkImage_Gpu.cpp 156 ctx->copySurface(dst, src, srcR, dstP, GrContext::kFlushWrites_PixelOp);
  /external/skia/src/gpu/gl/
GrGLGpu.h 99 bool copySurface(GrSurface* dst,
GrGLGpu.cpp     [all...]

Completed in 282 milliseconds