Searched defs:ang (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_bbox.c155 Rotatef(GLfloat ang, GLfloat x, GLfloat y, GLfloat z) argument
157 crMatrixRotate(CurrentStack->top, ang, x, y, z);
162 Rotated(GLdouble ang, GLdouble x, GLdouble y, GLdouble z) argument
164 crMatrixRotate(CurrentStack->top, (GLfloat) ang,
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_transform.c734 void STATE_APIENTRY crStateRotatef(GLfloat ang, GLfloat x, GLfloat y, GLfloat z) argument
750 crMatrixRotate(t->currentStack->top, ang, x, y, z);
756 void STATE_APIENTRY crStateRotated(GLdouble ang, GLdouble x, GLdouble y, GLdouble z) argument
772 crMatrixRotate(t->currentStack->top, (float)ang, (float)x, (float)y, (float)z);

Completed in 73 milliseconds