Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp309 cached = this->checkLinkStatus(programID, errorHandler, nullptr, nullptr); in finalize()
453 if (!this->checkLinkStatus(programID, errorHandler, sksl, glsl)) { in finalize()
499 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID, in checkLinkStatus() function in GrGLProgramBuilder
H A DGrGLProgramBuilder.h78 bool checkLinkStatus(GrGLuint programID, GrContextOptions::ShaderErrorHandler* errorHandler,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.h123 bool checkLinkStatus(gl::InfoLog &infoLog);
H A 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/vk-gl-cts/modules/gles2/functional/
H A 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/
H A 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()

Completed in 9 milliseconds