Searched refs:ValidateNormal3b (Results 1 – 3 of 3) sorted by relevance
646 bool ValidateNormal3b(const Context *, GLbyte nx, GLbyte ny, GLbyte nz) in ValidateNormal3b() function
227 bool ValidateNormal3b(const Context *context, GLbyte nx, GLbyte ny, GLbyte nz);
3680 bool isCallValid = (context->skipValidation() || ValidateNormal3b(context, nx, ny, nz)); in GL_Normal3b()