aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/GLESv2_dec
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-09-13 03:18:26 +0200
committerbohu <bohu@google.com>2014-11-25 12:30:38 -0800
commit6245007ac26a8d2049f241d8377e05bfa49fae8f (patch)
tree3acb1726e2ad29843ca4469350043d54eb5b9751 /emulator/opengl/host/libs/GLESv2_dec
parente91e177f6d18193c7abb18dd4f79d08658fadf92 (diff)
downloadsdk-6245007ac26a8d2049f241d8377e05bfa49fae8f.zip
sdk-6245007ac26a8d2049f241d8377e05bfa49fae8f.tar.gz
sdk-6245007ac26a8d2049f241d8377e05bfa49fae8f.tar.bz2
emulator/opengl/emugl: Remove ispointer field from types definitions.
Change-Id: I3b4b5510eb5d5cb379f7a498b58b4adb6417290b
Diffstat (limited to 'emulator/opengl/host/libs/GLESv2_dec')
-rw-r--r--emulator/opengl/host/libs/GLESv2_dec/gl2.types73
1 files changed, 36 insertions, 37 deletions
diff --git a/emulator/opengl/host/libs/GLESv2_dec/gl2.types b/emulator/opengl/host/libs/GLESv2_dec/gl2.types
index 4cee99e..ab4eae3 100644
--- a/emulator/opengl/host/libs/GLESv2_dec/gl2.types
+++ b/emulator/opengl/host/libs/GLESv2_dec/gl2.types
@@ -1,37 +1,36 @@
-GLbitfield 32 0x%08x false
-GLboolean 8 %d false
-GLclampf 32 %f false
-GLclampx 32 0x%08x false
-GLeglImageOES 32 %p false
-GLenum 32 0x%08x false
-GLfixed 32 0x%08x false
-GLfloat 32 %f false
-GLint 32 %d false
-GLintptr 32 %p false
-GLshort 16 %d false
-GLsizei 32 %d false
-GLsizeiptr 32 %p false
-GLubyte 8 0x%02x false
-GLuint 32 %u false
-GLvoid 0 %x false
-GLchar 8 %d false
-GLenum* 32 0x%08x true
-GLboolean* 32 0x%08x true
-GLclampf* 32 0x%08x true
-GLclampx* 32 0x%08x true
-GLeglImageOES* 32 0x%08x true
-GLfixed* 32 0x%08x true
-GLfloat* 32 0x%08x true
-GLint* 32 0x%08x true
-GLshort* 32 0x%08x true
-GLsizei* 32 0x%08x true
-GLubyte* 32 0x%08x true
-GLuint* 32 0x%08x true
-GLvoid* 32 0x%08x true
-GLchar* 32 0x%08x true
-GLchar** 32 0x%08x true
-GLvoid** 32 0x%08x true
-void* 32 0x%08x true
-GLstr 32 %s true
-GLstr* 32 0x%08x true
-GLvoidptr* 32 0x%08x true \ No newline at end of file
+GLbitfield 32 0x%08x
+GLboolean 8 %d
+GLclampf 32 %f
+GLclampx 32 0x%08x
+GLeglImageOES 32 %p
+GLenum 32 0x%08x
+GLfixed 32 0x%08x
+GLfloat 32 %f
+GLint 32 %d
+GLintptr 32 %p
+GLshort 16 %d
+GLsizei 32 %d
+GLsizeiptr 32 %p
+GLubyte 8 0x%02x
+GLuint 32 %u
+GLvoid 0 %x
+GLchar 8 %d
+GLenum* 32 0x%08x
+GLboolean* 32 0x%08x
+GLclampf* 32 0x%08x
+GLclampx* 32 0x%08x
+GLeglImageOES* 32 0x%08x
+GLfixed* 32 0x%08x
+GLfloat* 32 0x%08x
+GLint* 32 0x%08x
+GLshort* 32 0x%08x
+GLsizei* 32 0x%08x
+GLubyte* 32 0x%08x
+GLuint* 32 0x%08x
+GLvoid* 32 0x%08x
+GLchar* 32 0x%08x
+GLchar** 32 0x%08x
+GLvoid** 32 0x%08x
+void* 32 0x%08x
+GLstr* 32 0x%08x
+GLvoidptr* 32 0x%08x