Lines Matching defs:v
27 bool ValidateVertexAttrib1dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib1dv()
37 bool ValidateVertexAttrib1sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib1sv()
47 bool ValidateVertexAttrib2dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib2dv()
57 bool ValidateVertexAttrib2sv(const Context *context, GLuint index, const GLshort *v) in ValidateVertexAttrib2sv()
71 bool ValidateVertexAttrib3dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib3dv()
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()
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()
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()
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()