Searched refs:ValidateNormalP3ui (Results 1 – 3 of 3) sorted by relevance
60 bool ValidateNormalP3ui(const Context *context, GLenum type, GLuint coords);
116 bool ValidateNormalP3ui(const Context *context, GLenum type, GLuint coords) in ValidateNormalP3ui() function
568 bool isCallValid = (context->skipValidation() || ValidateNormalP3ui(context, type, coords)); in NormalP3ui()