Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFloatStateQueryTests.cpp849 } fixedTests[] = in test() local
856 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx) in test()
858 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f); in test()
860 … m_verifier->verifyFloat2Expanded(m_testCtx, GL_DEPTH_RANGE, fixedTests[ndx].n, fixedTests[ndx].f); in test()
929 const float fixedTests[] = in test() local
933 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx) in test()
935 glPolygonOffset(fixedTests[ndx], 0); in test()
936 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, fixedTests[ndx]); in test()
970 const float fixedTests[] = in test() local
974 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx) in test()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFloatStateQueryTests.cpp756 } fixedTests[] = in test() local
763 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx) in test()
765 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f); in test()
767 … m_verifier->verifyFloat2Expanded(m_testCtx, GL_DEPTH_RANGE, fixedTests[ndx].n, fixedTests[ndx].f); in test()
840 const float fixedTests[] = in test() local
844 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx) in test()
846 glPolygonOffset(fixedTests[ndx], 0); in test()
847 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, fixedTests[ndx]); in test()
885 const float fixedTests[] = in test() local
889 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(fixedTests); ++ndx) in test()
[all …]