Searched refs:ValidateNormal3x (Results 1 – 3 of 3) sorted by relevance
164 bool ValidateNormal3x(const Context *context, GLfixed nx, GLfixed ny, GLfixed nz);
1133 bool ValidateNormal3x(const Context *context, GLfixed nx, GLfixed ny, GLfixed nz) in ValidateNormal3x() function
1307 bool isCallValid = (context->skipValidation() || ValidateNormal3x(context, nx, ny, nz)); in GL_Normal3x()