summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mapi/glapi/gen/ARB_gpu_shader_int64.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml b/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml
index d0e4c546e33..f6ee64c31b4 100644
--- a/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml
+++ b/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml
@@ -34,25 +34,25 @@
<function name="Uniform1i64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count"/>
</function>
<function name="Uniform2i64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count" count_scale="2"/>
</function>
<function name="Uniform3i64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count" count_scale="3"/>
</function>
<function name="Uniform4i64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count" count_scale="4"/>
</function>
<function name="Uniform1ui64ARB">
@@ -84,25 +84,25 @@
<function name="Uniform1ui64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count"/>
</function>
<function name="Uniform2ui64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count" count_scale="2"/>
</function>
<function name="Uniform3ui64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count" count_scale="3"/>
</function>
<function name="Uniform4ui64vARB">
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count" count_scale="4"/>
</function>
<function name="GetUniformi64vARB">
@@ -165,28 +165,28 @@
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count"/>
</function>
<function name="ProgramUniform2i64vARB">
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count" count_scale="2"/>
</function>
<function name="ProgramUniform3i64vARB">
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count" count_scale="3"/>
</function>
<function name="ProgramUniform4i64vARB">
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLint64 *"/>
+ <param name="value" type="const GLint64 *" count="count" count_scale="4"/>
</function>
<function name="ProgramUniform1ui64ARB">
@@ -223,28 +223,28 @@
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count"/>
</function>
<function name="ProgramUniform2ui64vARB">
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count" count_scale="2"/>
</function>
<function name="ProgramUniform3ui64vARB">
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count" count_scale="3"/>
</function>
<function name="ProgramUniform4ui64vARB">
<param name="program" type="GLuint"/>
<param name="location" type="GLint"/>
<param name="count" type="GLsizei"/>
- <param name="value" type="const GLuint64 *"/>
+ <param name="value" type="const GLuint64 *" count="count" count_scale="4"/>
</function>
<enum name="INT64_ARB" value="0x140E"/>