/hardware/google/gfxstream/guest/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 | 128 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 | 9050 this->glRotatex = &glRotatex_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 137 glRotatex_server_proc_t glRotatex; member
|
D | gles1_server_context.cpp | 133 glRotatex = (glRotatex_server_proc_t) getProc("glRotatex", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2507 this->glRotatex(var_angle, var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 100 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
D | gles1_only_dispatch_logging_wrappers.impl | 475 DISPATCH_DEBUG_LOG("glRotatex(angle:%d, x:%d, y:%d, z:%d)", angle, x, y, z);
|
D | gles12tr_internal.entries | 247 void glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 102 GL_APICALL void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
D | gles1_only_functions.h | 102 X(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
|
D | gles12tr_internal.h | 249 X(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 506 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 195 X(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1825 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex() function
|