Home
last modified time | relevance | path

Searched refs:getTopmostGenID (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DClipCacheTest.cpp106 REPORTER_ASSERT(reporter, clip.getTopmostGenID() == cache.getLastClipGenID()); in check_state()
148 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1); in test_cache()
173 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2); in test_cache()
187 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2)); in test_cache()
188 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1)); in test_cache()
/external/skia/include/core/
DSkClipStack.h341 int32_t getTopmostGenID() const;
/external/skia/src/core/
DSkClipStack.cpp762 int32_t SkClipStack::getTopmostGenID() const { in getTopmostGenID() function in SkClipStack
/external/skia/src/gpu/
DGrClipMaskManager.cpp154 int32_t genID = clipDataIn->fClipStack->getTopmostGenID(); in setupClipping()