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

  /external/skia/src/gpu/
GrTextureOpList.cpp 139 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList
141 bool GrTextureOpList::copySurface(GrRecordingContext* context,
GrGpu.cpp 229 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
233 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
GrRenderTargetOpList.cpp 579 // This closely parallels GrTextureOpList::copySurface but renderTargetOpLists
581 bool GrRenderTargetOpList::copySurface(GrRecordingContext* context,
  /external/skqp/src/gpu/
GrTextureOpList.cpp 137 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList
139 bool GrTextureOpList::copySurface(GrContext* context,
GrGpu.cpp 230 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
234 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
GrRenderTargetOpList.cpp 575 // This closely parallels GrTextureOpList::copySurface but renderTargetOpLists
577 bool GrRenderTargetOpList::copySurface(GrContext* context,
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 778 SkAssertResult(this->copySurface(tex, kOrigin, copyTexture.get(), kOrigin,
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 776 SkAssertResult(this->copySurface(tex, kOrigin, copyTexture.get(), kOrigin,
    [all...]

Completed in 446 milliseconds