Searched refs:glTranslatexOES (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 216 {"glTranslatexOES", (void *)glTranslatexOES},
|
D | gles_dispatch.h | 219 glTranslatexOES_t glTranslatexOES; member 491 …slatexOES(glTranslatexOES_t f) { glTranslatexOES_t retval = glTranslatexOES; glTranslatexOES = f; … in set_glTranslatexOES()
|
D | gles.cpp | 1036 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/ |
D | gl_ftable.h | 208 {"glTranslatexOES", (void*)glTranslatexOES},
|
D | gl_client_context.h | 228 glTranslatexOES_client_proc_t glTranslatexOES; member
|
D | gl_client_context.cpp | 228 glTranslatexOES = (glTranslatexOES_client_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 223 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()
|
D | gl_enc.cpp | 8587 this->glTranslatexOES = &glTranslatexOES_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 290 glTranslatexOES;
|
D | gles1_wrapper_context.h | 228 glTranslatexOES_wrapper_proc_t glTranslatexOES; member
|
D | gles1_wrapper_context.cpp | 228 glTranslatexOES = (glTranslatexOES_wrapper_proc_t) getProc("glTranslatexOES", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 223 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()
|
D | gles1.in | 223 GL_ENTRY(void, glTranslatexOES, 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/GLESv1_dec/ |
D | gles1.in | 223 GL_ENTRY(void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 705 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
|