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

1 2

  /external/skia/src/gpu/
GrTextureOpList.h 51 bool copySurface(GrRecordingContext*,
GrSurfaceContext.cpp 113 return this->getOpList()->copySurface(fContext, this->asSurfaceProxy(),
GrRenderTargetOpList.h 108 bool copySurface(GrRecordingContext*,
GrTextureOpList.cpp 139 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList
141 bool GrTextureOpList::copySurface(GrRecordingContext* context,
GrGpu.h 250 bool copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
GrGpu.cpp 229 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
233 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
  /external/skqp/src/gpu/
GrTextureOpList.h 51 bool copySurface(GrContext*,
GrSurfaceContext.cpp 90 return this->getOpList()->copySurface(fContext, this->asSurfaceProxy(),
GrRenderTargetOpList.h 103 bool copySurface(GrContext*,
GrTextureOpList.cpp 137 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList
139 bool GrTextureOpList::copySurface(GrContext* context,
GrGpu.h 243 bool copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
GrGpu.cpp 230 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
234 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
  /external/skia/src/gpu/gl/
GrGLGpuCommandBuffer.h 26 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint);
67 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
  /external/skqp/src/gpu/gl/
GrGLGpuCommandBuffer.h 26 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint);
67 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
  /external/skia/include/private/
GrOpList.h 43 virtual bool copySurface(GrRecordingContext*,
  /external/skqp/include/private/
GrOpList.h 42 virtual bool copySurface(GrContext*,
  /external/skia/src/gpu/mtl/
GrMtlGpuCommandBuffer.h 32 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint);
GrMtlGpuCommandBuffer.mm 96 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
  /external/skqp/src/gpu/mtl/
GrMtlGpuCommandBuffer.h 32 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint);
GrMtlGpu.mm 687 if (!this->copySurface(transferTexture.get(), transferOrigin,
701 if (!this->copySurface(dst, dstOrigin,
GrMtlGpuCommandBuffer.mm 104 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 778 SkAssertResult(this->copySurface(tex, kOrigin, copyTexture.get(), kOrigin,
    [all...]
GrVkGpuCommandBuffer.cpp 42 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc.get(), copyInfo.fSrcOrigin,
178 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc.get(), copyInfo.fSrcOrigin,
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 776 SkAssertResult(this->copySurface(tex, kOrigin, copyTexture.get(), kOrigin,
    [all...]
GrVkGpuCommandBuffer.cpp 41 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, copyInfo.fSrcRect,
177 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin,
    [all...]

Completed in 1568 milliseconds

1 2