Searched refs:verifyProgramParam (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 111 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum… in verifyProgramParam() function 941 verifyProgramParam (m_testCtx, *this, shaderProg, GL_LINK_STATUS, GL_TRUE); in test() 945 verifyProgramParam (m_testCtx, *this, shaderProg, GL_DELETE_STATUS, GL_FALSE); in test() 957 verifyProgramParam (m_testCtx, *this, shaderProg, GL_DELETE_STATUS, GL_TRUE); in test() 1351 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_TRUE); in test() 1354 verifyProgramParam(m_testCtx, *this, program, GL_VALIDATE_STATUS, GL_TRUE); in test() 1382 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_FALSE); in test() 1385 verifyProgramParam(m_testCtx, *this, program, GL_VALIDATE_STATUS, GL_FALSE); in test() 1420 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 0); in test() 1424 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 1); in test() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 108 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum… in verifyProgramParam() function 779 verifyProgramParam (m_testCtx, *this, shaderProg, GL_LINK_STATUS, GL_TRUE); in test() 783 verifyProgramParam (m_testCtx, *this, shaderProg, GL_DELETE_STATUS, GL_FALSE); in test() 795 verifyProgramParam (m_testCtx, *this, shaderProg, GL_DELETE_STATUS, GL_TRUE); in test() 1061 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_TRUE); in test() 1064 verifyProgramParam(m_testCtx, *this, program, GL_VALIDATE_STATUS, GL_TRUE); in test() 1092 verifyProgramParam (m_testCtx, *this, program, GL_LINK_STATUS, GL_FALSE); in test() 1095 verifyProgramParam(m_testCtx, *this, program, GL_VALIDATE_STATUS, GL_FALSE); in test() 1130 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 0); in test() 1134 verifyProgramParam(m_testCtx, *this, program, GL_ATTACHED_SHADERS, 1); in test() [all …]
|