Searched refs:verifyUniformValue3f (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 251 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue3f() function 1806 verifyUniformValue3f(m_testCtx, *this, program.getProgram(), location, 1.0f, 2.0f, 3.0f); in test() 2078 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2079 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2080 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2081 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test() 2082 …verifyUniformValue3f(m_testCtx, *this, program.getProgram(), glGetUniformLocation(program.getProgr… in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 310 void verifyUniformValue3f (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLin… in verifyUniformValue3f() function 3024 verifyUniformValue3f(m_testCtx, *this, program, location, 1.0f, 2.0f, 3.0f); in test() 3414 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[0]"), … in test() 3415 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[1]"), … in test() 3416 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[2]"), … in test() 3417 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[3]"), … in test() 3418 …verifyUniformValue3f(m_testCtx, *this, program, glGetUniformLocation(program,"array3Uniform[4]"), … in test()
|