Searched refs:verifyUniformValue4f (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 282 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue4f() function 1810 verifyUniformValue4f(m_testCtx, *this, program.getProgram(), location, 1.0f, 2.0f, 3.0f, 4.0f); in test() 2089 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2090 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2091 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2092 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2093 …verifyUniformValue4f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 341 void verifyUniformValue4f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue4f() function 3028 verifyUniformValue4f(m_testCtx, *this, program, location, 1.0f, 2.0f, 3.0f, 4.0f); in test() 3425 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[0]"), … in test() 3426 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[1]"), … in test() 3427 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[2]"), … in test() 3428 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[3]"), … in test() 3429 …verifyUniformValue4f(m_testCtx, *this, program, glGetUniformLocation(program,"array4Uniform[4]"), … in test()
|