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
  • include
  • platform
  • Platform.h
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Add ANGLE platform implementation template. · 5feea562
    Jamie Madill authored Feb 17, 2015
    The platform implementation allows the app layer to pass in an
    object, on which ANGLE can call virtual methods. Our current
    platform will handle trace events, for app profiling, and
    histogram records for statistics. The platform approach gives
    a much more robust approach than using entry points for every
    piece of functionality, and is based on the interop with Blink.
    
    The default platform implementation does a no-op on every call.
    The destructor is also private, to ensure we do not call the
    destructor of the passed-in class.
    
    BUG=436191
    
    Change-Id: I05641b89a48a9cff81ced059518fceb5aa6c883b
    Reviewed-on: https://chromium-review.googlesource.com/248631Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Reviewed-by: 's avatarZhenyao Mo <zmo@chromium.org>
    5feea562
Platform.h 4.88 KB
EditWeb IDE
×

Replace Platform.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.