Searched refs:glRotatex (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 141 {"glRotatex", (void *)glRotatex},
|
D | gles_dispatch.h | 144 glRotatex_t glRotatex; member 416 …glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return r… in set_glRotatex()
|
D | gles.cpp | 661 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/ |
D | gl_ftable.h | 131 {"glRotatex", (void*)glRotatex},
|
D | gl_client_context.h | 133 glRotatex_client_proc_t glRotatex; member
|
D | gl_client_context.cpp | 133 glRotatex = (glRotatex_client_proc_t) getProc("glRotatex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 129 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()
|
D | gl_enc.cpp | 8291 this->glRotatex = &glRotatex_enc; in gl_encoder_context_t()
|