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

  /external/skia/src/gpu/
GrTextureOpList.cpp 107 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList
109 bool GrTextureOpList::copySurface(const GrCaps& caps,
GrGpu.cpp 187 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
190 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);
GrRenderTargetOpList.cpp 224 // This closely parallels GrTextureOpList::copySurface but renderTargetOpLists
226 bool GrRenderTargetOpList::copySurface(const GrCaps& caps,
  /external/skqp/src/gpu/
GrTextureOpList.cpp 107 // This closely parallels GrRenderTargetOpList::copySurface but renderTargetOpList
109 bool GrTextureOpList::copySurface(const GrCaps& caps,
GrRenderTargetOpList.cpp 224 // This closely parallels GrTextureOpList::copySurface but renderTargetOpLists
226 bool GrRenderTargetOpList::copySurface(const GrCaps& caps,
GrGpu.cpp 242 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
246 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "copySurface", fContext);

Completed in 117 milliseconds