Lines Matching refs:GLsizei

41 o glGetAttachedShaders 					(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
49 o glGetProgramInfoLog (GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog);
52 o glGetShaderInfoLog (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* infolog);
54 o glGetShaderSource (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
79 o glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
86 o glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
95 o glDeleteFramebuffers (GLsizei n, const GLuint* framebuffers);
96 o glDeleteRenderbuffers (GLsizei n, const GLuint* renderbuffers);
99 o glGenFramebuffers (GLsizei n, GLuint* framebuffers);
100 o glGenRenderbuffers (GLsizei n, GLuint* renderbuffers);
101 o glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
114 o glDeleteBuffers (GLsizei n, const GLuint* buffers);
115 o glGenBuffers (GLsizei n, GLuint* buffers);
116 o glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvo…
130 o glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size,…
131 o glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size…
136 o glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, G…
137 o glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length);
139 o glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
141 o glUniform1iv (GLint location, GLsizei count, const GLint* v);
143 o glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
145 o glUniform2iv (GLint location, GLsizei count, const GLint* v);
147 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
149 o glUniform3iv (GLint location, GLsizei count, const GLint* v);
151 o glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
153 o glUniform4iv (GLint location, GLsizei count, const GLint* v);
154 o glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
155 o glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
156 o glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
166 …Lenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLs…
167 …arget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GL…
168 …um target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GL…
169 …arget, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
170 o glDeleteTextures (GLsizei n, const GLuint* textures);
172 o glGenTextures (GLsizei n, GLuint* textures);
174 o glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height…
179 …2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GL…
186 o glDrawArrays (GLenum mode, GLint first, GLsizei count);
187 o glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
197 o glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stri…