Lines Matching defs:index
15 GLuint index, in ValidateGetVertexAttribdv()
22 bool ValidateVertexAttrib1d(const Context *context, GLuint index, GLdouble x) in ValidateVertexAttrib1d()
27 bool ValidateVertexAttrib1dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib1dv()
32 bool ValidateVertexAttrib1s(const Context *context, GLuint index, GLshort x) in ValidateVertexAttrib1s()
37 bool ValidateVertexAttrib1sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib1sv()
42 bool ValidateVertexAttrib2d(const Context *context, GLuint index, GLdouble x, GLdouble y) in ValidateVertexAttrib2d()
47 bool ValidateVertexAttrib2dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib2dv()
52 bool ValidateVertexAttrib2s(const Context *context, GLuint index, GLshort x, GLshort y) in ValidateVertexAttrib2s()
57 bool ValidateVertexAttrib2sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib2sv()
63 GLuint index, in ValidateVertexAttrib3d()
71 bool ValidateVertexAttrib3dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib3dv()
76 bool ValidateVertexAttrib3s(const Context *context, GLuint index, GLshort x, GLshort y, GLshort z) in ValidateVertexAttrib3s()
81 bool ValidateVertexAttrib3sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib3sv()
86 bool ValidateVertexAttrib4Nbv(const Context *context, GLuint index, const GLbyte *v) in ValidateVertexAttrib4Nbv()
91 bool ValidateVertexAttrib4Niv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttrib4Niv()
96 bool ValidateVertexAttrib4Nsv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib4Nsv()
102 GLuint index, in ValidateVertexAttrib4Nub()
111 bool ValidateVertexAttrib4Nubv(const Context *context, GLuint index, const GLubyte *v) in ValidateVertexAttrib4Nubv()
116 bool ValidateVertexAttrib4Nuiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttrib4Nuiv()
121 bool ValidateVertexAttrib4Nusv(const Context *context, GLuint index, const GLushort *v) in ValidateVertexAttrib4Nusv()
126 bool ValidateVertexAttrib4bv(const Context *context, GLuint index, const GLbyte *v) in ValidateVertexAttrib4bv()
132 GLuint index, in ValidateVertexAttrib4d()
141 bool ValidateVertexAttrib4dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib4dv()
146 bool ValidateVertexAttrib4iv(const Context *context, GLuint index, const GLint *v) in ValidateVertexAttrib4iv()
152 GLuint index, in ValidateVertexAttrib4s()
161 bool ValidateVertexAttrib4sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib4sv()
166 bool ValidateVertexAttrib4ubv(const Context *context, GLuint index, const GLubyte *v) in ValidateVertexAttrib4ubv()
171 bool ValidateVertexAttrib4uiv(const Context *context, GLuint index, const GLuint *v) in ValidateVertexAttrib4uiv()
176 bool ValidateVertexAttrib4usv(const Context *context, GLuint index, const GLushort *v) in ValidateVertexAttrib4usv()