/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 141 {"glRotatex", (void *)glRotatex},
|
D | gles_dispatch.h | 144 glRotatex_t glRotatex; member 416 …glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return r… in set_glRotatex()
|
D | gles.cpp | 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function 663 getDispatch()->glRotatex(angle, x, y, z); in glRotatex()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 131 {"glRotatex", (void*)glRotatex},
|
D | gl_client_context.h | 133 glRotatex_client_proc_t glRotatex; member
|
D | gl_client_context.cpp | 133 glRotatex = (glRotatex_client_proc_t) getProc("glRotatex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); 1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function 1036 ctx->glRotatex(ctx, angle, x, y, z); in glRotatex()
|
D | gl_enc.cpp | 8492 this->glRotatex = &glRotatex_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 247 glRotatex;
|
D | gles1_wrapper_context.h | 133 glRotatex_wrapper_proc_t glRotatex; member
|
D | gles1_wrapper_context.cpp | 133 glRotatex = (glRotatex_wrapper_proc_t) getProc("glRotatex", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); 1027 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function 1030 ctx->glRotatex( angle, x, y, z); in glRotatex()
|
D | gles1.in | 121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 363 glRotatexOES = glRotatex; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 129 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|