Lines Matching refs:index
182 void BindBase(glw::GLuint index) const;
184 void BindRange(glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size) const;
198 static void BindBase(const glw::Functions& gl, glw::GLuint id, BUFFERS buffer, glw::GLuint index);
200 static void BindRange(const glw::Functions& gl, glw::GLuint id, BUFFERS buffer, glw::GLuint index,
774 void GetResource(glw::GLenum interface, glw::GLuint index, glw::GLenum property, glw::GLsizei buf_size,
809 static void GetResource(const glw::Functions& gl, glw::GLuint id, glw::GLenum interface, glw::GLuint index,
932 void Attribute(glw::GLuint index, const Type& type, glw::GLuint n_array_elements, glw::GLboolean normalized,
938 static void AttribPointer(const glw::Functions& gl, glw::GLuint index, const Type& type,
944 static void Disable(const glw::Functions& gl, glw::GLuint index, const Type& type, glw::GLuint n_array_elements);
946 static void Divisor(const glw::Functions& gl, glw::GLuint index, glw::GLuint divisor);
948 static void Enable(const glw::Functions& gl, glw::GLuint index, const Type& type, glw::GLuint n_array_elements);
1028 Utils::Type getType(glw::GLuint index) const;
1029 std::string getTypeName(glw::GLuint index) const;
2098 * Values provided for "vertex_index" should match index of vertex. Values
2099 * provided for "instance_index" should match index of instance
2511 * LAST should be set to index of last available location.
3452 * Moreover program should output something to xfb at index 0
3455 * 1 Provide buffers to XFB at index 0 and 1
3456 * 2 Provide buffer to XFB at index 1, index 0 should be missing
3457 * 3 Provide buffer to XFB at index 0, index 1 should be missing
3461 * - XFB at index 1 will not be modified in cases 1 and 3.
3511 * Moreover program should output something to xfb at index 1
3517 * 1 Provide buffers to XFB at index 0 and 1
3518 * 2 Provide buffer to XFB at index 1, index 0 should be missing
3519 * 3 Provide buffer to XFB at index 0, index 1 should be missing
3524 * - XFB at index 0 will not be modified in case 1.