Searched refs:addInterval (Results 1 – 3 of 3) sorted by relevance
43 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end);47 void addInterval(GrSurfaceProxy* proxy) { in addInterval() function48 this->addInterval(proxy, fNumOps, fNumOps); in addInterval()
13 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, in addInterval() function in GrResourceAllocator
35 alloc.addInterval(p1.get(), 0, 4); in overlap_test()36 alloc.addInterval(p2.get(), 1, 2); in overlap_test()