Home
last modified time | relevance | path

Searched refs:glLoadMatrixx (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h123 {"glLoadMatrixx", (void *)glLoadMatrixx},
Dgles_dispatch.h126 glLoadMatrixx_t glLoadMatrixx; member
398 …t_glLoadMatrixx(glLoadMatrixx_t f) { glLoadMatrixx_t retval = glLoadMatrixx; glLoadMatrixx = f; re… in set_glLoadMatrixx()
Dgles.cpp571 void glLoadMatrixx(const GLfixed *m) in glLoadMatrixx() function
573 getDispatch()->glLoadMatrixx(m); in glLoadMatrixx()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h113 {"glLoadMatrixx", (void*)glLoadMatrixx},
Dgl_client_context.h115 glLoadMatrixx_client_proc_t glLoadMatrixx; member
Dgl_client_context.cpp115 glLoadMatrixx = (glLoadMatrixx_client_proc_t) getProc("glLoadMatrixx", userData); in initDispatchByName()
Dgl_entry.cpp110 void glLoadMatrixx(const GLfixed* m);
925 void glLoadMatrixx(const GLfixed* m) in glLoadMatrixx() function
928 ctx->glLoadMatrixx(ctx, m); in glLoadMatrixx()
Dgl_enc.cpp8474 this->glLoadMatrixx = &glLoadMatrixx_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp351 glLoadMatrixxOES = glLoadMatrixx; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib114 glLoadMatrixx
Dgles1.in103 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries111 void glLoadMatrixx(const GLfixed *m);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);