1 // GENERATED FILE - DO NOT EDIT. 2 // Generated by generate_entry_points.py using data from gl.xml. 3 // 4 // Copyright 2019 The ANGLE Project Authors. All rights reserved. 5 // Use of this source code is governed by a BSD-style license that can be 6 // found in the LICENSE file. 7 // 8 // Context_gl_3_0_autogen.h: Creates a macro for interfaces in Context. 9 10 #ifndef ANGLE_CONTEXT_GL_3_0_AUTOGEN_H_ 11 #define ANGLE_CONTEXT_GL_3_0_AUTOGEN_H_ 12 13 #define ANGLE_GL_3_0_CONTEXT_API \ 14 void beginConditionalRender(GLuint id, GLenum mode); \ 15 void clampColor(GLenum target, GLenum clamp); \ 16 void colorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); \ 17 void disablei(GLenum target, GLuint index); \ 18 void enablei(GLenum target, GLuint index); \ 19 void endConditionalRender(); \ 20 void framebufferTexture1D(GLenum target, GLenum attachment, TextureTarget textargetPacked, \ 21 TextureID texturePacked, GLint level); \ 22 GLboolean isEnabledi(GLenum target, GLuint index); \ 23 void vertexAttribI1i(GLuint index, GLint x); \ 24 void vertexAttribI1iv(GLuint index, const GLint *v); \ 25 void vertexAttribI1ui(GLuint index, GLuint x); \ 26 void vertexAttribI1uiv(GLuint index, const GLuint *v); \ 27 void vertexAttribI2i(GLuint index, GLint x, GLint y); \ 28 void vertexAttribI2iv(GLuint index, const GLint *v); \ 29 void vertexAttribI2ui(GLuint index, GLuint x, GLuint y); \ 30 void vertexAttribI2uiv(GLuint index, const GLuint *v); \ 31 void vertexAttribI3i(GLuint index, GLint x, GLint y, GLint z); \ 32 void vertexAttribI3iv(GLuint index, const GLint *v); \ 33 void vertexAttribI3ui(GLuint index, GLuint x, GLuint y, GLuint z); \ 34 void vertexAttribI3uiv(GLuint index, const GLuint *v); \ 35 void vertexAttribI4bv(GLuint index, const GLbyte *v); \ 36 void vertexAttribI4sv(GLuint index, const GLshort *v); \ 37 void vertexAttribI4ubv(GLuint index, const GLubyte *v); \ 38 void vertexAttribI4usv(GLuint index, const GLushort *v); 39 40 #endif // ANGLE_CONTEXT_API_3_0_AUTOGEN_H_ 41