Searched refs:ValidateTexGenxvOES (Results 1 – 3 of 3) sorted by relevance
1855 bool ValidateTexGenxvOES(const Context *context, GLenum coord, GLenum pname, const GLint *param) in ValidateTexGenxvOES() function
1856 bool ValidateTexGenxvOES(const Context *context, GLenum coord, GLenum pname, const GLfixed *params);
10317 (context->skipValidation() || ValidateTexGenxvOES(context, coord, pname, params)); in GL_TexGenxvOES()