diff options
| author | David 'Digit' Turner <digit@google.com> | 2014-09-13 03:18:26 +0200 |
|---|---|---|
| committer | bohu <bohu@google.com> | 2014-11-25 12:30:38 -0800 |
| commit | 6245007ac26a8d2049f241d8377e05bfa49fae8f (patch) | |
| tree | 3acb1726e2ad29843ca4469350043d54eb5b9751 /emulator/opengl/host/libs | |
| parent | e91e177f6d18193c7abb18dd4f79d08658fadf92 (diff) | |
| download | sdk-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')
| -rw-r--r-- | emulator/opengl/host/libs/GLESv1_dec/gl.types | 66 | ||||
| -rw-r--r-- | emulator/opengl/host/libs/GLESv2_dec/gl2.types | 73 | ||||
| -rw-r--r-- | emulator/opengl/host/libs/renderControl_dec/renderControl.types | 22 |
3 files changed, 80 insertions, 81 deletions
diff --git a/emulator/opengl/host/libs/GLESv1_dec/gl.types b/emulator/opengl/host/libs/GLESv1_dec/gl.types index b269c01..2bc2a9e 100644 --- a/emulator/opengl/host/libs/GLESv1_dec/gl.types +++ b/emulator/opengl/host/libs/GLESv1_dec/gl.types @@ -1,33 +1,33 @@ -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 -GLvoid** 32 0x%08x true -void* 32 0x%08x true +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 +GLvoid** 32 0x%08x +void* 32 0x%08x 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 diff --git a/emulator/opengl/host/libs/renderControl_dec/renderControl.types b/emulator/opengl/host/libs/renderControl_dec/renderControl.types index a7d96ab..2b38470 100644 --- a/emulator/opengl/host/libs/renderControl_dec/renderControl.types +++ b/emulator/opengl/host/libs/renderControl_dec/renderControl.types @@ -1,11 +1,11 @@ -uint32_t 32 0x%08x false -EGLint 32 0x%08x false -GLint 32 0x%08x false -GLuint 32 0x%08x false -GLenum 32 0x%08x false -EGLenum 32 0x%08x false -uint32_t* 32 0x%08x true -EGLint* 32 0x%08x true -GLint* 32 0x%08x true -GLuint* 32 0x%08x true -void* 32 0x%08x true +uint32_t 32 0x%08x +EGLint 32 0x%08x +GLint 32 0x%08x +GLuint 32 0x%08x +GLenum 32 0x%08x +EGLenum 32 0x%08x +uint32_t* 32 0x%08x +EGLint* 32 0x%08x +GLint* 32 0x%08x +GLuint* 32 0x%08x +void* 32 0x%08x |
