Searched refs:glTranslatex (Results 1 – 17 of 17) 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 | 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 | 8512 this->glTranslatex = &glTranslatex_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 289 glTranslatex;
|
D | gles1_wrapper_context.h | 153 glTranslatex_wrapper_proc_t glTranslatex; member
|
D | gles1_wrapper_context.cpp | 153 glTranslatex = (glTranslatex_wrapper_proc_t) getProc("glTranslatex", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 148 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()
|
D | gles1.in | 141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 370 glTranslatexOES = glTranslatex; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 149 void glTranslatex(GLfixed x, GLfixed y, GLfixed z);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 141 GL_ENTRY(void, glTranslatex, GLfixed x, GLfixed y, GLfixed z)
|