Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h151 {"glTranslatex", (void*)glTranslatex},
Dgl_client_context.h153 glTranslatex_client_proc_t glTranslatex; member
Dgl_client_context.cpp153 glTranslatex = (glTranslatex_client_proc_t) getProc("glTranslatex", userData); in initDispatchByName()
Dgl_entry.cpp148 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()
Dgl_enc.cpp9070 this->glTranslatex = &glTranslatex_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h157 glTranslatex_server_proc_t glTranslatex; member
Dgles1_server_context.cpp153 glTranslatex = (glTranslatex_server_proc_t) getProc("glTranslatex", userData); in initDispatchByName()
Dgles1_dec.cpp2902 this->glTranslatex(var_x, var_y, var_z); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries107 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
Dgles1_only_dispatch_logging_wrappers.impl510 DISPATCH_DEBUG_LOG("glTranslatex(x:%d, y:%d, z:%d)", x, y, z);
Dgles12tr_internal.entries289 void glTranslatex( GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h109 GL_APICALL void GL_APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z);
Dgles1_only_functions.h109 X(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
Dgles12tr_internal.h291 X(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h526 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/include/GLES/
Dgl.h736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h202 X(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2165 GL_API void GL_APIENTRY glTranslatex( GLfixed x, GLfixed y, GLfixed z) { in glTranslatex() function