27 lines
2.1 KiB
C
27 lines
2.1 KiB
C
// Auto-generated with: android/scripts/gen-entries.py --mode=funcargs distrib/android-emugl/host/libs/libOpenGLESDispatch/gles1_extensions.entries --output=distrib/android-emugl/host/include/OpenGLESDispatch/gles1_extensions_functions.h
|
|
// DO NOT EDIT THIS FILE
|
|
|
|
#ifndef GLES1_EXTENSIONS_FUNCTIONS_H
|
|
#define GLES1_EXTENSIONS_FUNCTIONS_H
|
|
|
|
#define LIST_GLES1_EXTENSIONS_FUNCTIONS(X) \
|
|
X(void, glCurrentPaletteMatrixARB, (GLint index), (index)) \
|
|
X(void, glMatrixIndexuivARB, (GLint size, GLuint * indices), (size, indices)) \
|
|
X(void, glMatrixIndexPointerARB, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (size, type, stride, pointer)) \
|
|
X(void, glWeightPointerARB, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (size, type, stride, pointer)) \
|
|
X(void, glTexGenf, (GLenum coord, GLenum pname, GLfloat param), (coord, pname, param)) \
|
|
X(void, glTexGeni, (GLenum coord, GLenum pname, GLint param), (coord, pname, param)) \
|
|
X(void, glTexGenfv, (GLenum coord, GLenum pname, const GLfloat * params), (coord, pname, params)) \
|
|
X(void, glTexGeniv, (GLenum coord, GLenum pname, const GLint * params), (coord, pname, params)) \
|
|
X(void, glGetTexGenfv, (GLenum coord, GLenum pname, GLfloat * params), (coord, pname, params)) \
|
|
X(void, glGetTexGeniv, (GLenum coord, GLenum pname, GLint * params), (coord, pname, params)) \
|
|
X(void, glDrawTexsOES, (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z, width, height)) \
|
|
X(void, glDrawTexiOES, (GLshort x, GLint y, GLint z, GLint width, GLshort height), (x, y, z, width, height)) \
|
|
X(void, glDrawTexfOES, (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height), (x, y, z, width, height)) \
|
|
X(void, glDrawTexxOES, (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, y, z, width, height)) \
|
|
X(void, glDrawTexsvOES, (const GLshort *coords), (coords)) \
|
|
X(void, glDrawTexivOES, (const GLint *coords), (coords)) \
|
|
X(void, glDrawTexxvOES, (const GLfixed *coords), (coords)) \
|
|
X(void, glDrawTexfvOES, (const GLfloat *coords), (coords)) \
|
|
|
|
#endif // GLES1_EXTENSIONS_FUNCTIONS_H
|