Searched refs:checkLinkStatus (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 241 cached = this->checkLinkStatus(programID, errorHandler, nullptr, nullptr); in finalize() 355 if (!this->checkLinkStatus(programID, errorHandler, sksl, glsl)) { in finalize() 410 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID, in checkLinkStatus() function in GrGLProgramBuilder
|
D | GrGLProgramBuilder.h | 67 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 284 cached = this->checkLinkStatus(programID, errorHandler, nullptr, nullptr); in finalize() 421 if (!this->checkLinkStatus(programID, errorHandler, sksl, glsl)) { in finalize() 467 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID, in checkLinkStatus() function in GrGLProgramBuilder
|
D | GrGLProgramBuilder.h | 78 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.h | 123 bool checkLinkStatus(gl::InfoLog &infoLog);
|
D | ProgramGL.cpp | 76 if (!checkLinkStatus(infoLog)) in load() 460 if (!checkLinkStatus(infoLog)) in link() 966 bool ProgramGL::checkLinkStatus(gl::InfoLog &infoLog) in checkLinkStatus() function in rx::ProgramGL
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.h | 128 bool checkLinkStatus(gl::InfoLog &infoLog);
|
D | ProgramGL.cpp | 76 if (!checkLinkStatus(infoLog)) in load() 453 if (!checkLinkStatus(infoLog)) in link() 978 bool ProgramGL::checkLinkStatus(gl::InfoLog &infoLog) in checkLinkStatus() function in rx::ProgramGL
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|