Home
last modified time | relevance | path

Searched defs:angle (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp339 float angle = 0.0; in WinMain() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java592 double angle = Math.atan2(dy, dx); in drawArrow() local
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1340 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef()
1345 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp132 void GLAPIENTRY dummy_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z){} in dummy_glRotatef()