Searched refs:glRotatef (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 51 {"glRotatef", (void *)glRotatef},
|
D | gles_dispatch.h | 54 glRotatef_t glRotatef; member 326 …glRotatef_t set_glRotatef(glRotatef_t f) { glRotatef_t retval = glRotatef; glRotatef = f; return r… in set_glRotatef()
|
D | gles.cpp | 211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function 213 getDispatch()->glRotatef(angle, x, y, z); in glRotatef()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 42 {"glRotatef", (void*)glRotatef},
|
D | gl_client_context.h | 44 glRotatef_client_proc_t glRotatef; member
|
D | gl_client_context.cpp | 44 glRotatef = (glRotatef_client_proc_t) getProc("glRotatef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 40 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z); 495 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function 498 ctx->glRotatef(ctx, angle, x, y, z); in glRotatef()
|
D | gl_enc.cpp | 8202 this->glRotatef = &glRotatef_enc; in gl_encoder_context_t()
|