Searched refs:verifyUniformValue2f (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 223 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue2f() function 1802 verifyUniformValue2f(m_testCtx, *this, program.getProgram(), location, 1.0f, 2.0f); in test() 2067 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2068 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2069 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2070 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2071 …verifyUniformValue2f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 282 void verifyUniformValue2f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue2f() function 3020 verifyUniformValue2f(m_testCtx, *this, program, location, 1.0f, 2.0f); in test() 3403 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[0]"), … in test() 3404 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[1]"), … in test() 3405 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[2]"), … in test() 3406 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[3]"), … in test() 3407 …verifyUniformValue2f(m_testCtx, *this, program, glGetUniformLocation(program,"array2Uniform[4]"), … in test()
|