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

  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 91 int m_currentIteration;
124 int m_currentIteration;
es3fMultisampleTests.cpp 545 * repeated with increased values of m_currentIteration until this correct
546 * number of colors is detected or m_currentIteration reaches
560 int m_currentIteration;
571 , m_currentIteration (0)
626 m_currentIteration++;
628 if (m_currentIteration >= m_maxNumIterations)
670 float angle0 = 2.0f*DE_PI * (float)i / (float)numTriangles + 0.001f*(float)m_currentIteration;
671 float angle1 = 2.0f*DE_PI * (float)(i + 0.5f) / (float)numTriangles + 0.001f*(float)m_currentIteration;
707 float angle = 2.0f*DE_PI * (float)i / (float)numLines + 0.001f*(float)m_currentIteration;
751 int m_currentIteration;
    [all...]
es3fASTCDecompressionCases.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 388 * repeated with increased values of m_currentIteration until this correct
389 * number of colors is detected or m_currentIteration reaches
404 int m_currentIteration;
415 , m_currentIteration (0)
470 m_currentIteration++;
472 if (m_currentIteration >= m_maxNumIterations)
514 float angle0 = 2.0f*DE_PI * (float)i / (float)numTriangles + 0.001f*(float)m_currentIteration;
515 float angle1 = 2.0f*DE_PI * (float)(i + 0.5f) / (float)numTriangles + 0.001f*(float)m_currentIteration;
551 float angle = 2.0f*DE_PI * (float)i / (float)numLines + 0.001f*(float)m_currentIteration;
598 int m_currentIteration;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 542 int m_currentIteration;
550 , m_currentIteration (0)
601 const std::vector<deUint32> sampleMask = genAllSetToNthBitSampleMask(m_currentIteration);
603 DE_ASSERT(m_currentIteration <= m_numSamples + 1);
645 if (m_currentIteration == 0 && sumRed != 0)
652 if (m_currentIteration == m_numIterations-1 && sumRed != 0xff*numPixels)
662 m_currentIteration++;
664 if (m_currentIteration >= m_numIterations)
    [all...]
es31fTextureGatherTests.cpp 1013 int m_currentIteration;
    [all...]
es31fSeparateShaderTests.cpp 1038 int m_currentIteration;
1071 , m_currentIteration(0)
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp     [all...]
glsLongStressCase.hpp 314 int m_currentIteration;

Completed in 157 milliseconds