~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/mapi/glapi/gen/EXT_external_objects_fd.xml

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
3
 
 
4
 
<!-- Note: no GLX protocol info yet. -->
5
 
 
6
 
 
7
 
<OpenGLAPI>
8
 
 
9
 
<category name="EXT_external_objects_fd" number="504">
10
 
 
11
 
    <enum name="HANDLE_TYPE_OPAQUE_FD_EXT"              value="0x9586"/>
12
 
 
13
 
    <function name="ImportMemoryFdEXT" es2="3.2">
14
 
        <param name="memory" type="GLuint"/>
15
 
        <param name="size" type="GLuint64"/>
16
 
        <param name="handleType" type="GLenum"/>
17
 
        <param name="fd" type="GLint"/>
18
 
    </function>
19
 
 
20
 
    <function name="ImportSemaphoreFdEXT" es2="3.2">
21
 
        <param name="semaphore" type="GLuint"/>
22
 
        <param name="handleType" type="GLenum"/>
23
 
        <param name="fd" type="GLint"/>
24
 
    </function>
25
 
 
26
 
</category>
27
 
 
28
 
</OpenGLAPI>