Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 9 of 9) 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.cpp28 void glLoadMatrixf(const GLfloat* m);
427 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
430 ctx->glLoadMatrixf(ctx, m); in glLoadMatrixf()
Dgl_enc.cpp8306 this->glLoadMatrixf = &glLoadMatrixf_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);