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

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 179 struct CopySurface : public ::SkNoncopyable {
180 CopySurface(GrSurface* dst, GrSurface* src) : fDst(dst), fSrc(src) {}
260 CopySurface* recordCopySurface(GrSurface* dst, GrSurface* src);
285 typedef GrTAllocator<CopySurface> CopySurfaceAllocator;
294 GrSTAllocator<kCopySurfacePreallocCnt, CopySurface> fCopySurfaces;
GrInOrderDrawBuffer.cpp 579 fDstGpu->copySurface(copySurfaceIter->dst(),
613 CopySurface* cs = this->recordCopySurface(dst, src);
    [all...]

Completed in 139 milliseconds