Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h161 {"glTranslatex", (void *)glTranslatex},
Dgles_dispatch.h164 glTranslatex_t glTranslatex; member
436 …t set_glTranslatex(glTranslatex_t f) { glTranslatex_t retval = glTranslatex; glTranslatex = f; ret… in set_glTranslatex()
Dgles.cpp761 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/
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.cpp8512 this->glTranslatex = &glTranslatex_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds289 glTranslatex;
Dgles1_wrapper_context.h153 glTranslatex_wrapper_proc_t glTranslatex; member
Dgles1_wrapper_context.cpp153 glTranslatex = (glTranslatex_wrapper_proc_t) getProc("glTranslatex", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp148 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
1147 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex() function
1150 ctx->glTranslatex( x, y, z); in glTranslatex()
Dgles1.in141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp370 glTranslatexOES = glTranslatex; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries149 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)