Searched defs:popCnt (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp119 int popCnt = fGeoSrcStateStack.count() - 1; local
120 while (popCnt) {
122 --popCnt;
/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp26 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
29 // Adds cnt items to the allocator, tests the cnts and iterators, pops popCnt items and checks
31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, argument
43 check_allocator_helper(allocator, cnt, popCnt, reporter);
49 // Then pops popCnt items and checks again.
50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, argument
65 if (popCnt > 0) {
66 for (int i = 0; i < popCnt; ++i) {
69 check_allocator_helper(allocator, cnt - popCnt, 0, reporter);
/external/skia/src/gpu/
H A DGrDrawTarget.cpp118 int popCnt = fGeoSrcStateStack.count() - 1; local
119 while (popCnt) {
121 --popCnt;

Completed in 264 milliseconds