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

  /external/skia/gpu/src/
GrInOrderDrawBuffer.cpp 30 fClips(&fClipStorage),
338 fClips.reset();
380 target->setClip(fClips[currClip]);
540 if (fClips.empty() || (fClipSet && fClips.back() != fClip)) {
548 fClips.push_back() = fClip;
  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 148 GrTAllocator<GrClip> fClips;

Completed in 255 milliseconds