Lines Matching refs:GLsizei
32 o glDeleteTransformFeedbacks (GLsizei n, const GLuint* ids);
33 o glGenTransformFeedbacks (GLsizei n, GLuint* ids);
38 o glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar* const* varyings, GLenu…
39 …TransformFeedbackVarying (GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei*…
47 o glDeleteQueries (GLsizei n, const GLuint* ids);
49 o glGenQueries (GLsizei n, GLuint* ids);
73 o glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* si…
74 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
82 o glGetProgramInfoLog (GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog);
85 o glGetShaderInfoLog (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* infolog);
87 o glGetShaderSource (GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source);
99 o glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GL…
101 o glGetActiveUniformBlockName (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei…
107 o glGetInternalformativ (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, G…
112 o glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
115 o glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames…
134 o glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
141 o glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
151 o glDeleteFramebuffers (GLsizei n, const GLuint* framebuffers);
152 o glDeleteRenderbuffers (GLsizei n, const GLuint* renderbuffers);
155 o glGenFramebuffers (GLsizei n, GLuint* framebuffers);
156 o glGenRenderbuffers (GLsizei n, GLuint* renderbuffers);
157 o glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
162 o glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments);
163 …bFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y…
164 …derbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width…
178 o glDeleteBuffers (GLsizei n, const GLuint* buffers);
179 o glGenBuffers (GLsizei n, GLuint* buffers);
180 o glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
190 o glDrawBuffers (GLsizei n, const GLenum* bufs);
209 o glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size…
214 o glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, G…
215 o glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length);
217 o glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
219 o glUniform1iv (GLint location, GLsizei count, const GLint* v);
221 o glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
223 o glUniform2iv (GLint location, GLsizei count, const GLint* v);
225 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
227 o glUniform3iv (GLint location, GLsizei count, const GLint* v);
229 o glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
231 o glUniform4iv (GLint location, GLsizei count, const GLint* v);
232 o glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
233 o glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
234 o glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
240 o glDeleteSamplers (GLsizei count, const GLuint* samplers);
241 o glGenSamplers (GLsizei count, GLuint* samplers);
242 o glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLv…
245 o glProgramBinary (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
255 o glUniform1uiv (GLint location, GLsizei count, const GLuint* value);
256 o glUniform2uiv (GLint location, GLsizei count, const GLuint* value);
257 o glUniform3uiv (GLint location, GLsizei count, const GLuint* value);
258 o glUniform4uiv (GLint location, GLsizei count, const GLuint* value);
260 o glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
261 o glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
262 o glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
263 o glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
264 o glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
265 o glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
274 …Lenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLs…
275 …arget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GL…
276 …um target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GL…
277 …arget, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
278 o glDeleteTextures (GLsizei n, const GLuint* textures);
280 o glGenTextures (GLsizei n, GLuint* textures);
282 o glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height…
287 …2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GL…
290 …vel, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
291 …arget, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint bor…
292 …nt xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum for…
293 …D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei de…
294 o glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei h…
295 o glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei h…
296 …Lint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei de…
304 o glDrawArrays (GLenum mode, GLint first, GLsizei count);
305 o glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
315 o glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stri…
319 o glDeleteVertexArrays (GLsizei n, const GLuint* arrays);
320 o glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instanceCount);
321 o glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsize…
322 o glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const …
323 o glGenVertexArrays (GLsizei n, GLuint* arrays);
324 o glVertexAttribIPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid* po…