Searched refs:ValidateWindowPos3fv (Results 1 – 4 of 4) sorted by relevance
73 bool ValidateWindowPos3fv(const Context *context, const GLfloat *v);
1800 bool ValidateWindowPos3fv(const Context *context, const GLfloat *v) in ValidateWindowPos3fv() function
553 bool ValidateWindowPos3fv(const Context *context, const GLfloat *v);
10083 bool isCallValid = (context->skipValidation() || ValidateWindowPos3fv(context, v)); in GL_WindowPos3fv()