Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • renderer
  • ProgramImpl_mock.h
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Remove gl::LinkResult. · 785e8a0b
    Jamie Madill authored Oct 04, 2018
    Instead of returning a small struct from LinkProgram calls we use
    angle::Result. Linking can have 3 cases:
    
    - the link was successful -> angle::Result::Continue
    - the link failed -> angle::Result::Incomplete
    - there was an internal error -> angle::Result::Stop
    
    Note that any unexpected Incomplete is still an error. Each function
    that accepts Incomplete must check explicitly.
    
    This is the last user of ErrorOrResult.
    
    Bug: angleproject:2491
    Change-Id: Idba23be27efe4b561720a4bdd8fe486b40779497
    Reviewed-on: https://chromium-review.googlesource.com/c/1255645
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarYuly Novikov <ynovikov@google.com>
    785e8a0b
ProgramImpl_mock.h 3.69 KB
EditWeb IDE
×

Replace ProgramImpl_mock.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.