Home
last modified time | relevance | path

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

/external/skia/gpu/src/
Dgr_unittests.cpp92 int passCnt = 0; in test_binHashKey() local
94 ++passCnt; in test_binHashKey()
97 GrAssert(passCnt == 1); //We expect the static allocation to suffice in test_binHashKey()
99 passCnt = 0; in test_binHashKey()
101 ++passCnt; in test_binHashKey()
105 GrAssert(passCnt == 2); //We expect dynamic allocation to be necessary in test_binHashKey()