Searched refs:glLoadMatrixf (Results 1 – 8 of 8) sorted by relevance
40 {"glLoadMatrixf", (void *)glLoadMatrixf},
43 glLoadMatrixf_t glLoadMatrixf; member315 …t_glLoadMatrixf(glLoadMatrixf_t f) { glLoadMatrixf_t retval = glLoadMatrixf; glLoadMatrixf = f; re… in set_glLoadMatrixf()
156 void glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function158 getDispatch()->glLoadMatrixf(m); in glLoadMatrixf()
31 {"glLoadMatrixf", (void*)glLoadMatrixf},
33 glLoadMatrixf_client_proc_t glLoadMatrixf; member
33 glLoadMatrixf = (glLoadMatrixf_client_proc_t) getProc("glLoadMatrixf", userData); in initDispatchByName()
29 void glLoadMatrixf(const GLfloat* m);429 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function432 ctx->glLoadMatrixf(ctx, m); in glLoadMatrixf()
8191 this->glLoadMatrixf = &glLoadMatrixf_enc; in gl_encoder_context_t()