Searched refs:ValidateScaled (Results 1 – 3 of 3) sorted by relevance
942 bool ValidateScaled(const Context *, GLdouble x, GLdouble y, GLdouble z) in ValidateScaled() function
294 bool ValidateScaled(const Context *context, GLdouble x, GLdouble y, GLdouble z);
5142 bool isCallValid = (context->skipValidation() || ValidateScaled(context, x, y, z)); in GL_Scaled()