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

  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.h 41 struct CopyInfo {
42 CopyInfo(GrSurface* src, GrSurfaceOrigin srcOrigin, const SkIRect& srcRect,
53 SkTArray<CopyInfo> fCopies;
144 struct CopyInfo {
145 CopyInfo(GrSurface* src, GrSurfaceOrigin srcOrigin, const SkIRect& srcRect,
165 SkTArray<CopyInfo> fPreCopies;
GrVkGpuCommandBuffer.cpp 36 CopyInfo& copyInfo = fCopies[i];
37 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, copyInfo.fSrcRect,
38 copyInfo.fDstPoint);
168 CopyInfo& copyInfo = cbInfo.fPreCopies[j];
169 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpuCommandBuffer.h 41 struct CopyInfo {
42 CopyInfo(GrSurface* src, GrSurfaceOrigin srcOrigin, const SkIRect& srcRect,
53 SkTArray<CopyInfo> fCopies;
144 struct CopyInfo {
145 CopyInfo(GrSurface* src, GrSurfaceOrigin srcOrigin, const SkIRect& srcRect,
177 SkTArray<CopyInfo> fPreCopies;
GrVkGpuCommandBuffer.cpp 36 CopyInfo& copyInfo = fCopies[i];
37 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, copyInfo.fSrcRect,
38 copyInfo.fDstPoint);
175 CopyInfo& copyInfo = cbInfo.fPreCopies[j];
176 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin
    [all...]
  /build/make/tools/releasetools/
img_from_target_files 46 def CopyInfo(output_zip):
76 CopyInfo(output_zip)
img_from_target_files.py 46 def CopyInfo(output_zip):
76 CopyInfo(output_zip)

Completed in 181 milliseconds