Searched refs:glRotatef (Results 1 – 11 of 11) sorted by relevance
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 69 glRotatef(angle, ax.x(), ax.y(), ax.z()); in drawVector() 90 glRotatef(angle, ax.x(), ax.y(), ax.z()); in drawVectorBox()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 257 glRotatef = glRotatef@16
|
D | opengl32.def | 257 glRotatef
|
D | stw_context.c | 737 &glRotatef,
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 330 glRotatef
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 566 public void glRotatef(float angle, float x, float y, float z) { in glRotatef() method in GLErrorLogger.ErrorLoggingGL 567 ((GL10)mGL).glRotatef(angle, x, y, z); in glRotatef()
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 183 glRotatef(rot.angle()*180.f/float(M_PI), 0.f, 0.f, 1.f);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 161 "glRotatef",
|
/external/mesa3d/include/GL/ |
D | gl.h | 921 GLAPI void GLAPIENTRY glRotatef( GLfloat angle,
|
D | gl_mangle.h | 1555 #define glRotatef MANGLE(Rotatef) macro
|