Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp241 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
DGrGLProgramBuilder.h67 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp284 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
DGrGLProgramBuilder.h78 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h123 bool checkLinkStatus(gl::InfoLog &infoLog);
DProgramGL.cpp76 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/
DProgramGL.h128 bool checkLinkStatus(gl::InfoLog &infoLog);
DProgramGL.cpp76 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/
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()
/third_party/vk-gl-cts/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()