Searched refs:checkLinkStatus (Results 1 – 4 of 4) sorted by relevance
51 bool checkLinkStatus(GrGLuint programID);
170 checkLinkStatus(programID); in finalize()205 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) { in checkLinkStatus() function in GrGLProgramBuilder
506 bool checkLinkStatus (const GLuint programObject) in checkLinkStatus() function in deqp::gles2::Functional::LinkVertexFragmentCase521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()
560 bool checkLinkStatus (const GLuint programObject) in checkLinkStatus() function in deqp::gles3::Functional::LinkVertexFragmentCase575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()