Searched refs:ValidateVertexAttrib1d (Results 1 – 3 of 3) sorted by relevance
22 bool ValidateVertexAttrib1d(const Context *context, GLuint index, GLdouble x) in ValidateVertexAttrib1d() function
25 bool ValidateVertexAttrib1d(const Context *context, GLuint index, GLdouble x);
1490 bool isCallValid = (context->skipValidation() || ValidateVertexAttrib1d(context, index, x)); in GL_VertexAttrib1d()