Home
last modified time | relevance | path

Searched refs:addInterval (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrResourceAllocator.h43 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end);
47 void addInterval(GrSurfaceProxy* proxy) { in addInterval() function
48 this->addInterval(proxy, fNumOps, fNumOps); in addInterval()
DGrResourceAllocator.cpp13 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, in addInterval() function in GrResourceAllocator
/external/skia/tests/
DResourceAllocatorTest.cpp35 alloc.addInterval(p1.get(), 0, 4); in overlap_test()
36 alloc.addInterval(p2.get(), 1, 2); in overlap_test()