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

/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp756 } fixedTests[] = local
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[] = local
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[nd
885 const float fixedTests[] = local
930 const float fixedTests[] = local
993 } fixedTests[] = local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp849 } fixedTests[] = local
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);
929 const float fixedTests[] = local
933 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx)
935 glPolygonOffset(fixedTests[ndx], 0);
936 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, fixedTests[nd
970 const float fixedTests[] = local
1012 const float fixedTests[] = local
1073 } fixedTests[] = local
1124 } fixedTests[] = local
[all...]

Completed in 94 milliseconds