Searched refs:checkLinkStatus (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 262 cached = this->checkLinkStatus(programID); in finalize() 348 if (!this->checkLinkStatus(programID)) { in finalize() 411 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) { in checkLinkStatus() function in GrGLProgramBuilder
|
D | GrGLProgramBuilder.h | 75 bool checkLinkStatus(GrGLuint programID);
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 76 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
|
D | GrGLProgramBuilder.cpp | 280 cached = this->checkLinkStatus(programID, errorHandler, nullptr, nullptr); in finalize() 428 if (!this->checkLinkStatus(programID, errorHandler, sksl, glsl)) { in finalize() 491 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID, in checkLinkStatus() function in GrGLProgramBuilder
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ProgramGL.h | 122 bool checkLinkStatus(gl::InfoLog &infoLog);
|
D | ProgramGL.cpp | 74 if (!checkLinkStatus(infoLog)) in load() 446 if (!checkLinkStatus(infoLog)) in link() 951 bool ProgramGL::checkLinkStatus(gl::InfoLog &infoLog) in checkLinkStatus() function in rx::ProgramGL
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 506 bool checkLinkStatus (const GLuint programObject) in checkLinkStatus() function in deqp::gles2::Functional::LinkVertexFragmentCase 521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 560 bool checkLinkStatus (const GLuint programObject) in checkLinkStatus() function in deqp::gles3::Functional::LinkVertexFragmentCase 575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()
|