Home
last modified time | relevance | path

Searched refs:glRotatef (Results 1 – 13 of 13) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp148 LOAD_GL_FUNC(glRotatef); in dispatchFuncs()
DGLDispatch.h125 void (GLAPIENTRY *glRotatef) (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
DGLEScmImp.cpp1344 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef() function
1346 ctx->dispatcher().glRotatef(angle,x,y,z); in glRotatef()
1351 ctx->dispatcher().glRotatef(angle,X2F(x),X2F(y),X2F(z)); in glRotatex()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h54 glRotatef_t glRotatef; member
DFrameBuffer.cpp825 s_gl.glRotatef(m_zRot, 0.0f, 0.0f, 1.0f); in post()
DGLDispatch.cpp71 s_gl.glRotatef = (glRotatef_t) s_gles_lib->findSymbol("glRotatef"); in init_gl_dispatch()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp384 glRotatef(angle, 0.0, 0.0, 1.0); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp186 void (GLAPIENTRY *GLDispatch::glRotatef)(GLfloat,GLfloat,GLfloat,GLfloat) = NULL;
439 LOAD_GL_FUNC(glRotatef); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h166 static void (GLAPIENTRY *glRotatef) (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java320 glRotatef(289, 289), enumConstant
813 case 289: return glRotatef; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in350 void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z