Home
last modified time | relevance | path

Searched refs:CopyPathRange (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.h147 struct CopyPathRange { struct
148 CopyPathRange() = default;
149 CopyPathRange(sk_sp<GrTextureProxy> srcProxy, int count) in CopyPathRange() function
155 SkSTArray<4, CopyPathRange> fCopyPathRanges; argument
DGrCCPerFlushResources.cpp465 const CopyPathRange& copyRange = fCopyPathRanges[copyRangeIdx]; in finalize()