diff options
Diffstat (limited to 'src/mapi/glapi/gen/es_EXT.xml')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 1107b217230..b521bbb9b57 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -70,7 +70,7 @@ <category name="GL_OES_draw_texture" number="7"> <enum name="TEXTURE_CROP_RECT_OES" value="0x8B9D"/> - <function name="DrawTexiOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexiOES" es1="1.0" desktop="false"> <param name="x" type="GLint"/> <param name="y" type="GLint"/> <param name="z" type="GLint"/> @@ -78,11 +78,11 @@ <param name="height" type="GLint"/> </function> - <function name="DrawTexivOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexivOES" es1="1.0" desktop="false"> <param name="coords" type="const GLint *" count="5"/> </function> - <function name="DrawTexfOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexfOES" es1="1.0" desktop="false"> <param name="x" type="GLfloat"/> <param name="y" type="GLfloat"/> <param name="z" type="GLfloat"/> @@ -90,11 +90,11 @@ <param name="height" type="GLfloat"/> </function> - <function name="DrawTexfvOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexfvOES" es1="1.0" desktop="false"> <param name="coords" type="const GLfloat *" count="5"/> </function> - <function name="DrawTexsOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexsOES" es1="1.0" desktop="false"> <param name="x" type="GLshort"/> <param name="y" type="GLshort"/> <param name="z" type="GLshort"/> @@ -102,11 +102,11 @@ <param name="height" type="GLshort"/> </function> - <function name="DrawTexsvOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexsvOES" es1="1.0" desktop="false"> <param name="coords" type="const GLshort *" count="5"/> </function> - <function name="DrawTexxOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexxOES" es1="1.0" desktop="false"> <param name="x" type="GLfixed"/> <param name="y" type="GLfixed"/> <param name="z" type="GLfixed"/> @@ -114,7 +114,7 @@ <param name="height" type="GLfixed"/> </function> - <function name="DrawTexxvOES" offset="assign" es1="1.0" desktop="false"> + <function name="DrawTexxvOES" es1="1.0" desktop="false"> <param name="coords" type="const GLfixed *" count="5"/> </function> @@ -318,7 +318,7 @@ <enum name="POINT_SIZE_ARRAY_OES" value="0x8B9C"/> <enum name="POINT_SIZE_ARRAY_BUFFER_BINDING_OES" value="0x8B9F"/> - <function name="PointSizePointerOES" offset="assign" + <function name="PointSizePointerOES" es1="1.0" desktop="false"> <param name="type" type="GLenum"/> <param name="stride" type="GLsizei"/> @@ -334,7 +334,7 @@ <!-- optional for es1.0 --> <category name="GL_OES_query_matrix" number="16"> - <function name="QueryMatrixxOES" offset="assign" es1="1.0" desktop="false"> + <function name="QueryMatrixxOES" es1="1.0" desktop="false"> <param name="mantissa" type="GLfixed *" count="16" /> <param name="exponent" type="GLint *" count="16" /> <return type="GLbitfield"/> @@ -628,7 +628,7 @@ <category name="GL_EXT_discard_framebuffer" number="64"> <function name="DiscardFramebufferEXT" es1="1.0" es2="2.0" - offset="assign" desktop="false"> + desktop="false"> <param name="target" type="GLenum"/> <param name="numAttachments" type="GLsizei"/> <param name="attachments" type="const GLenum *" count="numAttachments"/> |