Searched refs:ValidateRasterPos3s (Results 1 – 3 of 3) sorted by relevance
842 bool ValidateRasterPos3s(const Context *, GLshort x, GLshort y, GLshort z) in ValidateRasterPos3s() function
274 bool ValidateRasterPos3s(const Context *context, GLshort x, GLshort y, GLshort z);
4620 bool isCallValid = (context->skipValidation() || ValidateRasterPos3s(context, x, y, z)); in GL_RasterPos3s()