Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h40 {"glLoadMatrixf", (void *)glLoadMatrixf},
Dgles_dispatch.h43 glLoadMatrixf_t glLoadMatrixf; member
315 …t_glLoadMatrixf(glLoadMatrixf_t f) { glLoadMatrixf_t retval = glLoadMatrixf; glLoadMatrixf = f; re… in set_glLoadMatrixf()
Dgles.cpp156 void glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function
158 getDispatch()->glLoadMatrixf(m); in glLoadMatrixf()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h31 {"glLoadMatrixf", (void*)glLoadMatrixf},
Dgl_client_context.h33 glLoadMatrixf_client_proc_t glLoadMatrixf; member
Dgl_client_context.cpp33 glLoadMatrixf = (glLoadMatrixf_client_proc_t) getProc("glLoadMatrixf", userData); in initDispatchByName()
Dgl_entry.cpp29 void glLoadMatrixf(const GLfloat* m);
429 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
432 ctx->glLoadMatrixf(ctx, m); in glLoadMatrixf()
Dgl_enc.cpp8191 this->glLoadMatrixf = &glLoadMatrixf_enc; in gl_encoder_context_t()