Lines Matching refs:GLsizei

29 void glGenCommon(GLsizei n, GLuint *buffers) {
37 void glGenBuffers(GLsizei n, GLuint *buffers) {
41 void glGenFramebuffers(GLsizei n, GLuint *framebuffers) {
45 void glGenRenderbuffers(GLsizei n, GLuint *renderbuffers) {
49 void glGenTextures(GLsizei n, GLuint *textures) {
76 void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) {
91 void glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) {
185 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) {}
186 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) {}
187 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) {}
188 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) {}
190 void glDeleteBuffers(GLsizei n, const GLuint *buffers) {}
191 void glDeleteFramebuffers(GLsizei n, const GLuint *framebuffers) {}
193 void glDeleteRenderbuffers(GLsizei n, const GLuint *renderbuffers) {}
195 void glDeleteTextures(GLsizei n, const GLuint *textures) {}
201 void glDrawArrays(GLenum mode, GLint first, GLsizei count) {}
202 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) {}
218 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) {}
220 void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) {}
222 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) {}
223 void glShaderBinary(GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) {}
224 void glShaderSource(GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length) {}
231 void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) {}
236 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) {}
238 void glUniform1fv(GLint location, GLsizei count, const GLfloat *value) {}
240 void glUniform1iv(GLint location, GLsizei count, const GLint *value) {}
242 void glUniform2fv(GLint location, GLsizei count, const GLfloat *value) {}
244 void glUniform2iv(GLint location, GLsizei count, const GLint *value) {}
246 void glUniform3fv(GLint location, GLsizei count, const GLfloat *value) {}
248 void glUniform3iv(GLint location, GLsizei count, const GLint *value) {}
250 void glUniform4fv(GLint location, GLsizei count, const GLfloat *value) {}
252 void glUniform4iv(GLint location, GLsizei count, const GLint *value) {}
253 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {}
254 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {}
255 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {}
266 void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) {}
267 void glViewport(GLint x, GLint y, GLsizei width, GLsizei height) {}
271 void glInsertEventMarkerEXT(GLsizei length, const GLchar *marker) {}
272 void glPushGroupMarkerEXT(GLsizei length, const GLchar *marker) {}
274 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {}