Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DOcclusionQueriesTest.cpp906 constexpr int kManyQueryCount = 100; in TEST_P() local
937 for (int i = 0; i < kManyQueryCount; i++) in TEST_P()
941 drawQuad(mProgram, essl1_shaders::PositionAttrib(), 1.0f - 2.0f * i / kManyQueryCount); in TEST_P()