Lines Matching full:strides
231 void glwBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)
236 gl->bindVertexBuffers(first, count, buffers, offsets, strides);
4591 void glwVertexArrayVertexBuffers (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)
4596 gl->vertexArrayVertexBuffers(vaobj, first, count, buffers, offsets, strides);