Searched refs:glRotatef (Results 1 – 16 of 16) 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 | 39 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 | 8403 this->glRotatef = &glRotatef_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 246 glRotatef;
|
D | gles1_wrapper_context.h | 44 glRotatef_wrapper_proc_t glRotatef; member
|
D | gles1_wrapper_context.cpp | 44 glRotatef = (glRotatef_wrapper_proc_t) getProc("glRotatef", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 39 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z); 493 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function 496 ctx->glRotatef( angle, x, y, z); in glRotatef()
|
D | gles1.in | 32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 39 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
|