Searched refs:ValidateRasterPos3f (Results 1 – 3 of 3) sorted by relevance
822 bool ValidateRasterPos3f(const Context *, GLfloat x, GLfloat y, GLfloat z) in ValidateRasterPos3f() function
270 bool ValidateRasterPos3f(const Context *context, GLfloat x, GLfloat y, GLfloat z);
4534 bool isCallValid = (context->skipValidation() || ValidateRasterPos3f(context, x, y, z)); in GL_RasterPos3f()