summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/APIspec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/main/APIspec.txt')
-rw-r--r--src/mesa/es/main/APIspec.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/es/main/APIspec.txt b/src/mesa/es/main/APIspec.txt
index 07a529d6e9..f102e7083c 100644
--- a/src/mesa/es/main/APIspec.txt
+++ b/src/mesa/es/main/APIspec.txt
@@ -2891,8 +2891,6 @@ param y GLint
param z GLint
param w GLint
param h GLint
-convertalias DrawTexf
-convertparams GLfloat x y z w h
category GLES1.1:OES_draw_texture
name DrawTexs
@@ -2902,8 +2900,6 @@ param y GLshort
param z GLshort
param w GLshort
param h GLshort
-convertalias DrawTexf
-convertparams GLfloat x y z w h
category GLES1.1:OES_draw_texture
name DrawTexx
@@ -2927,16 +2923,12 @@ name DrawTexiv
return void
param coords const GLint *
vector coords 5
-convertalias DrawTexfv
-convertparams GLfloat coords
category GLES1.1:OES_draw_texture
name DrawTexsv
return void
param coords const GLshort *
vector coords 5
-convertalias DrawTexfv
-convertparams GLfloat coords
category GLES1.1:OES_draw_texture
name DrawTexxv