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

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 756 } fixedTests[] =
763 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx)
765 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f);
767 m_verifier->verifyFloat2Expanded(m_testCtx, GL_DEPTH_RANGE, fixedTests[ndx].n, fixedTests[ndx].f);
840 const float fixedTests[] =
844 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx)
846 glPolygonOffset(fixedTests[ndx], 0);
847 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, fixedTests[ndx])
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 849 } fixedTests[] =
856 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx)
858 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f);
860 m_verifier->verifyFloat2Expanded(m_testCtx, GL_DEPTH_RANGE, fixedTests[ndx].n, fixedTests[ndx].f);
    [all...]

Completed in 248 milliseconds