Home
last modified time | relevance | path

Searched refs:glLoadMatrixxOES (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h198 {"glLoadMatrixxOES", (void *)glLoadMatrixxOES},
Dgles_dispatch.h201 glLoadMatrixxOES_t glLoadMatrixxOES; member
473 …ixxOES(glLoadMatrixxOES_t f) { glLoadMatrixxOES_t retval = glLoadMatrixxOES; glLoadMatrixxOES = f;… in set_glLoadMatrixxOES()
Dgles.cpp946 void glLoadMatrixxOES(const GLfixed *m) in glLoadMatrixxOES() function
948 getDispatch()->glLoadMatrixxOES(m); in glLoadMatrixxOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h190 {"glLoadMatrixxOES", (void*)glLoadMatrixxOES},
Dgl_client_context.h208 glLoadMatrixxOES_client_proc_t glLoadMatrixxOES; member
500 …client_proc_t f) { glLoadMatrixxOES_client_proc_t retval = glLoadMatrixxOES; glLoadMatrixxOES = f;… in set_glLoadMatrixxOES()
Dgl_entry.cpp206 void glLoadMatrixxOES(const GLfixed* m);
1495 void glLoadMatrixxOES(const GLfixed* m) in glLoadMatrixxOES() function
1498 ctx->glLoadMatrixxOES(ctx, m); in glLoadMatrixxOES()