Searched refs:glRotatexOES (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 209 {"glRotatexOES", (void *)glRotatexOES},
|
D | gles_dispatch.h | 212 glRotatexOES_t glRotatexOES; member 484 …t set_glRotatexOES(glRotatexOES_t f) { glRotatexOES_t retval = glRotatexOES; glRotatexOES = f; ret… in set_glRotatexOES()
|
D | gles.cpp | 1001 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() function 1003 getDispatch()->glRotatexOES(angle, x, y, z); in glRotatexOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 201 {"glRotatexOES", (void*)glRotatexOES},
|
D | gl_client_context.h | 221 glRotatexOES_client_proc_t glRotatexOES; member
|
D | gl_client_context.cpp | 221 glRotatexOES = (glRotatexOES_client_proc_t) getProc("glRotatexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 217 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); 1561 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() function 1564 ctx->glRotatexOES(ctx, angle, x, y, z); in glRotatexOES()
|
D | gl_enc.cpp | 8379 this->glRotatexOES = &glRotatexOES_enc; in gl_encoder_context_t()
|