1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48

gpu / GLES2 / extensions / CHROMIUM / CHROMIUM_deschedule.txt [blame]

Name

    CHROMIUM_deschedule

Name Strings

    GL_CHROMIUM_deschedule

Version

    Last Modifed Date: May 27, 2016

Dependencies

    OpenGL ES 2.0 is required.

Overview

    This extension provides a mechanism for clients to throttle the submission
    of commands on the service side.

Issues

    None

New Tokens

    None

New Procedures and Functions

    void DescheduleUntilFinishedCHROMIUM()

    Each call to this command inserts a fence into the command stream. Decoding
    of subsequent commands is delayed until the fence inserted from the last
    call to DescheduleUntilFinishedCHROMIUM has completed.

Errors

    None.

New State

    None.

Revision History

    5/27/2016    Documented the extension