Searched refs:checkLinkStatus (Results 1 – 4 of 4) sorted by relevance
438 checkLinkStatus(programID); in finalize()457 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) { in checkLinkStatus() function in GrGLProgramBuilder
326 bool checkLinkStatus(GrGLuint programID);
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()