/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 151 {"glTranslatex", (void*)glTranslatex},
|
D | gl_client_context.h | 153 glTranslatex_client_proc_t glTranslatex; member
|
D | gl_client_context.cpp | 153 glTranslatex = (glTranslatex_client_proc_t) getProc("glTranslatex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 148 void glTranslatex(GLfixed x, GLfixed y, GLfixed z); 1153 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex() function 1156 ctx->glTranslatex(ctx, x, y, z); in glTranslatex()
|
D | gl_enc.cpp | 9070 this->glTranslatex = &glTranslatex_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 157 glTranslatex_server_proc_t glTranslatex; member
|
D | gles1_server_context.cpp | 153 glTranslatex = (glTranslatex_server_proc_t) getProc("glTranslatex", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2902 this->glTranslatex(var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 107 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
|
D | gles1_only_dispatch_logging_wrappers.impl | 510 DISPATCH_DEBUG_LOG("glTranslatex(x:%d, y:%d, z:%d)", x, y, z);
|
D | gles12tr_internal.entries | 289 void glTranslatex( GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 109 GL_APICALL void GL_APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z);
|
D | gles1_only_functions.h | 109 X(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
|
D | gles12tr_internal.h | 291 X(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 526 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 202 X(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2165 GL_API void GL_APIENTRY glTranslatex( GLfixed x, GLfixed y, GLfixed z) { in glTranslatex() function
|