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 131 int maxDrawCalls;
315 params.maxDrawCalls = curDrawCount;
317 m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_TAG_NONE, params.maxDrawCalls);
321 if (params.maxDrawCalls < MIN_DRAW_CALL_COUNT)
361 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
362 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 131 int maxDrawCalls;
386 params.maxDrawCalls = curDrawCount;
388 m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_TAG_NONE, params.maxDrawCalls);
392 if (params.maxDrawCalls < MIN_DRAW_CALL_COUNT)
432 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
433 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
526 const int drawCallCount = rnd.getInt(1, params.maxDrawCalls);

Completed in 174 milliseconds