Searched refs:checkLinkStatus (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h58 bool checkLinkStatus(GrGLuint programID);
H A DGrGLProgramBuilder.cpp164 checkLinkStatus(programID);
199 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) { function in class:GrGLProgramBuilder
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp506 bool checkLinkStatus (const GLuint programObject) function in class:deqp::gles2::Functional::LinkVertexFragmentCase
521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE.");
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp560 bool checkLinkStatus (const GLuint programObject) function in class:deqp::gles3::Functional::LinkVertexFragmentCase
575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE.");

Completed in 138 milliseconds