Searched refs:glTranslatex (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 161 {"glTranslatex", (void *)glTranslatex},
|
D | gles_dispatch.h | 164 glTranslatex_t glTranslatex; member 436 …t set_glTranslatex(glTranslatex_t f) { glTranslatex_t retval = glTranslatex; glTranslatex = f; ret… in set_glTranslatex()
|
D | gles.cpp | 761 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex() function 763 getDispatch()->glTranslatex(x, y, z); in glTranslatex()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 151 {"glTranslatex", (void*)glTranslatex},
|
D | gl_client_context.h | 151 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 | 149 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 | 5037 this->glTranslatex = &glTranslatex_enc; in gl_encoder_context_t()
|