Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h141 {"glRotatex", (void *)glRotatex},
Dgles_dispatch.h144 glRotatex_t glRotatex; member
416 …glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return r… in set_glRotatex()
Dgles.cpp661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
663 getDispatch()->glRotatex(angle, x, y, z); in glRotatex()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h131 {"glRotatex", (void*)glRotatex},
Dgl_client_context.h133 glRotatex_client_proc_t glRotatex; member
Dgl_client_context.cpp133 glRotatex = (glRotatex_client_proc_t) getProc("glRotatex", userData); in initDispatchByName()
Dgl_entry.cpp129 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
1036 ctx->glRotatex(ctx, angle, x, y, z); in glRotatex()
Dgl_enc.cpp8291 this->glRotatex = &glRotatex_enc; in gl_encoder_context_t()