HomeSort by relevance Sort by last modified time
    Searched refs:maxDrawCalls (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 132 int maxDrawCalls;
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/
es3fFlushFinishTests.cpp 139 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 66 milliseconds