Searched refs:glTranslatex (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h151 {"glTranslatex", (void*)glTranslatex},
H A Dgl_client_context.h153 glTranslatex_client_proc_t glTranslatex; member in struct:gl_client_context_t
H A Dgl_client_context.cpp153 glTranslatex = (glTranslatex_client_proc_t) getProc("glTranslatex", userData);
H A Dgl_entry.cpp148 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
1151 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) function
1154 ctx->glTranslatex(ctx, x, y, z);
H A Dgl_enc.cpp8426 this->glTranslatex = &glTranslatex_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h161 {"glTranslatex", (void *)glTranslatex},
H A Dgles_dispatch.h164 glTranslatex_t glTranslatex; member in struct:gles_dispatch
436 glTranslatex_t set_glTranslatex(glTranslatex_t f) { glTranslatex_t retval = glTranslatex; glTranslatex = f; return retval;}
H A Dgles.cpp761 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) function
763 getDispatch()->glTranslatex(x, y, z);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);

Completed in 70 milliseconds