Home
last modified time | relevance | path

Searched refs:glRotatef (Results 1 – 11 of 11) 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.cpp39 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.cpp8403 this->glRotatef = &glRotatef_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries39 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)