Searched refs:ValidateTexGenfvOES (Results 1 – 3 of 3) sorted by relevance
1843 bool ValidateTexGenfvOES(const Context *context, GLenum coord, GLenum pname, const GLfloat *params) in ValidateTexGenfvOES() function
1852 bool ValidateTexGenfvOES(const Context *context, GLenum coord, GLenum pname, const GLfloat *params);
10219 (context->skipValidation() || ValidateTexGenfvOES(context, coord, pname, params)); in GL_TexGenfvOES()