1 // Auto-generated with: android/scripts/gen-entries.py --mode=funcargs android/android-emugl/host/libs/libOpenGLESDispatch/gles3_extensions.entries --output=android/android-emugl/host/include/OpenGLESDispatch/gles3_extensions_functions.h 2 // DO NOT EDIT THIS FILE 3 4 #ifndef GLES3_EXTENSIONS_FUNCTIONS_H 5 #define GLES3_EXTENSIONS_FUNCTIONS_H 6 7 #define LIST_GLES3_EXTENSIONS_FUNCTIONS(X) \ 8 X(void, glVertexAttribIPointerWithDataSize, (GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid* ptr, GLsizei dataSize), (indx, size, type, stride, ptr, dataSize)) \ 9 X(void, glPrimitiveRestartIndex, (GLuint index), (index)) \ 10 11 12 #endif // GLES3_EXTENSIONS_FUNCTIONS_H 13