Searched refs:verifyUniformValue1f (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 198 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue1f() function 1798 verifyUniformValue1f(m_testCtx, *this, program.getProgram(), location, 1.0f); in test() 2056 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2057 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2058 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2059 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2060 …verifyUniformValue1f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 257 void verifyUniformValue1f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue1f() function 3016 verifyUniformValue1f(m_testCtx, *this, program, location, 1.0f); in test() 3392 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[0]"), u… in test() 3393 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[1]"), u… in test() 3394 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[2]"), u… in test() 3395 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[3]"), u… in test() 3396 …verifyUniformValue1f(m_testCtx, *this, program, glGetUniformLocation(program,"arrayUniform[4]"), u… in test()
|