Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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.cpp9050 this->glRotatex = &glRotatex_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h137 glRotatex_server_proc_t glRotatex; member
Dgles1_server_context.cpp133 glRotatex = (glRotatex_server_proc_t) getProc("glRotatex", userData); in initDispatchByName()
Dgles1_dec.cpp2507 this->glRotatex(var_angle, var_x, var_y, var_z); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries100 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
Dgles1_only_dispatch_logging_wrappers.impl475 DISPATCH_DEBUG_LOG("glRotatex(angle:%d, x:%d, y:%d, z:%d)", angle, x, y, z);
Dgles12tr_internal.entries247 void glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h102 GL_APICALL void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
Dgles1_only_functions.h102 X(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
Dgles12tr_internal.h249 X(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h506 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/include/GLES/
Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h195 X(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1825 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex() function