Home
last modified time | relevance | path

Searched refs:gInstCnt (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DGrAllocatorTest.cpp13 C() : fID(-1) { ++gInstCnt; } in C()
14 C(int id) : fID(id) { ++gInstCnt; } in C()
15 ~C() { --gInstCnt; } in ~C()
18 static int gInstCnt; member
21 int C::gInstCnt = 0; member in __anone0e236ec0111::C
52 REPORTER_ASSERT(reporter, cnt == C::gInstCnt); in check_allocator_helper()
/external/skia/tests/
DGrTBlockListTest.cpp13 C() : fID(-1) { ++gInstCnt; } in C()
14 C(int id) : fID(id) { ++gInstCnt; } in C()
21 ~C() { --gInstCnt; } in ~C()
30 static int gInstCnt; member
32 int C::gInstCnt = 0; member in __anon3c993dcf0111::C
47 REPORTER_ASSERT(reporter, cnt == C::gInstCnt); in check_allocator_helper()
183 REPORTER_ASSERT(reporter, C::gInstCnt == aCount + bCount); in run_concat_test()
192 REPORTER_ASSERT(reporter, C::gInstCnt == aCount + bCount); in run_concat_test()
284 REPORTER_ASSERT(reporter, expectedInstanceCount == C::gInstCnt); in run_reserve_test()
287 REPORTER_ASSERT(reporter, 0 == C::gInstCnt); in run_reserve_test()