Home | History | Annotate | Download | only in src

Lines Matching refs:stages

8205 void GLTrace_glUseProgramStagesEXT(GLuint pipeline, GLbitfield stages, GLuint program) {
8217 // copy argument stages
8221 arg_stages->add_intvalue(stages);
8232 glContext->hooks->gl.glUseProgramStagesEXT(pipeline, stages, program);