Searched refs:allowedCnt (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | SurfaceTest.cpp | 144 int allowedCnt = ctxInfo.grContext()->priv().caps()->getSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 146 REPORTER_ASSERT(reporter, storedCnt == allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 147 "Should store an allowed sample count (%d vs %d)", allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 160 int allowedCnt = ctxInfo.grContext()->priv().caps()->getSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 162 REPORTER_ASSERT(reporter, storedCnt == allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 163 "Should store an allowed sample count (%d vs %d)", allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 144 int allowedCnt = ctxInfo.grContext()->contextPriv().caps()->getSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 146 REPORTER_ASSERT(reporter, storedCnt == allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 147 "Should store an allowed sample count (%d vs %d)", allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 160 int allowedCnt = ctxInfo.grContext()->contextPriv().caps()->getSampleCount( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 162 REPORTER_ASSERT(reporter, storedCnt == allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 163 "Should store an allowed sample count (%d vs %d)", allowedCnt, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|