Searched refs:maxDrawCalls (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp132 int maxDrawCalls; member in struct:deqp::gles2::Functional::__anon3173::FlushFinishCase::CalibrationParams
316 params.maxDrawCalls = curDrawCount;
318 m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_TAG_NONE, params.maxDrawCalls);
322 if (params.maxDrawCalls < MIN_DRAW_CALL_COUNT)
362 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
363 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
452 const int drawCallCount = rnd.getInt(1, params.maxDrawCalls);
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp139 int maxDrawCalls;
397 params.maxDrawCalls = curDrawCount;
399 m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_TAG_NONE, params.maxDrawCalls);
403 if (params.maxDrawCalls < MIN_DRAW_CALL_COUNT)
417 render(params.maxDrawCalls);
471 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
472 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
581 const int drawCallCount = rnd.getInt(1, params.maxDrawCalls);

Completed in 91 milliseconds