Searched refs:ValidateGetFixedv (Results 1 – 3 of 3) sorted by relevance
74 bool ValidateGetFixedv(const Context *context, GLenum pname, const GLfixed *params);
854 bool ValidateGetFixedv(const Context *context, GLenum pname, const GLfixed *params) in ValidateGetFixedv() function
540 bool isCallValid = (context->skipValidation() || ValidateGetFixedv(context, pname, params)); in GL_GetFixedv()