Home
last modified time | relevance | path

Searched refs:glTranslatexOES (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h216 {"glTranslatexOES", (void *)glTranslatexOES},
Dgles_dispatch.h219 glTranslatexOES_t glTranslatexOES; member
491 …slatexOES(glTranslatexOES_t f) { glTranslatexOES_t retval = glTranslatexOES; glTranslatexOES = f; … in set_glTranslatexOES()
Dgles.cpp1036 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z) in glTranslatexOES() function
1038 getDispatch()->glTranslatexOES(x, y, z); in glTranslatexOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h208 {"glTranslatexOES", (void*)glTranslatexOES},
Dgl_client_context.h228 glTranslatexOES_client_proc_t glTranslatexOES; member
Dgl_client_context.cpp228 glTranslatexOES = (glTranslatexOES_client_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
Dgl_entry.cpp223 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z);
1603 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z) in glTranslatexOES() function
1606 ctx->glTranslatexOES(ctx, x, y, z); in glTranslatexOES()
Dgl_enc.cpp8587 this->glTranslatexOES = &glTranslatexOES_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds290 glTranslatexOES;
Dgles1_wrapper_context.h228 glTranslatexOES_wrapper_proc_t glTranslatexOES; member
Dgles1_wrapper_context.cpp228 glTranslatexOES = (glTranslatexOES_wrapper_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp223 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z);
1597 void glTranslatexOES(GLfixed x, GLfixed y, GLfixed z) in glTranslatexOES() function
1600 ctx->glTranslatexOES( x, y, z); in glTranslatexOES()
Dgles1.in223 GL_ENTRY(void, glTranslatexOES, 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/GLESv1_dec/
Dgles1.in223 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h705 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);