Home
last modified time | relevance | path

Searched refs:glRotatef (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h51 {"glRotatef", (void *)glRotatef},
Dgles_dispatch.h54 glRotatef_t glRotatef; member
326 …glRotatef_t set_glRotatef(glRotatef_t f) { glRotatef_t retval = glRotatef; glRotatef = f; return r… in set_glRotatef()
Dgles.cpp211 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/
Dgl_ftable.h42 {"glRotatef", (void*)glRotatef},
Dgl_client_context.h44 glRotatef_client_proc_t glRotatef; member
Dgl_client_context.cpp44 glRotatef = (glRotatef_client_proc_t) getProc("glRotatef", userData); in initDispatchByName()
Dgl_entry.cpp40 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()
Dgl_enc.cpp8202 this->glRotatef = &glRotatef_enc; in gl_encoder_context_t()