Searched defs:allowedCnt (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DSurfaceTest.cpp151 int allowedCnt = ctxInfo.grContext()->caps()->getSampleCount( local
153 REPORTER_ASSERT(reporter, storedCnt == allowedCnt,
154 "Should store an allowed sample count (%d vs %d)", allowedCnt,
167 int allowedCnt = ctxInfo.grContext()->caps()->getSampleCount( local
169 REPORTER_ASSERT(reporter, storedCnt == allowedCnt,
170 "Should store an allowed sample count (%d vs %d)", allowedCnt,

Completed in 77 milliseconds