Searched refs:ValidateRasterPos3i (Results 1 – 3 of 3) sorted by relevance
832 bool ValidateRasterPos3i(const Context *, GLint x, GLint y, GLint z) in ValidateRasterPos3i() function
272 bool ValidateRasterPos3i(const Context *context, GLint x, GLint y, GLint z);
4577 bool isCallValid = (context->skipValidation() || ValidateRasterPos3i(context, x, y, z)); in GL_RasterPos3i()