Home
last modified time | relevance | path

Searched refs:checkLinkStatus (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp262 cached = this->checkLinkStatus(programID); in finalize()
348 if (!this->checkLinkStatus(programID)) { in finalize()
411 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID) { in checkLinkStatus() function in GrGLProgramBuilder
DGrGLProgramBuilder.h75 bool checkLinkStatus(GrGLuint programID);
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.h76 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
DGrGLProgramBuilder.cpp280 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/
DProgramGL.h122 bool checkLinkStatus(gl::InfoLog &infoLog);
DProgramGL.cpp74 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/
Des2fShaderApiTests.cpp506 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/
Des3fShaderApiTests.cpp560 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()