Home
last modified time | relevance | path

Searched refs:glRotatex (Results 1 – 17 of 17) 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.cpp128 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.cpp8492 this->glRotatex = &glRotatex_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds247 glRotatex;
Dgles1_wrapper_context.h133 glRotatex_wrapper_proc_t glRotatex; member
Dgles1_wrapper_context.cpp133 glRotatex = (glRotatex_wrapper_proc_t) getProc("glRotatex", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1027 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
1030 ctx->glRotatex( angle, x, y, z); in glRotatex()
Dgles1.in121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp363 glRotatexOES = glRotatex; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries129 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)