Home
last modified time | relevance | path

Searched refs:glRotatex (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h144 glRotatex_t glRotatex; member
DGLDispatch.cpp161 s_gl.glRotatex = (glRotatex_t) s_gles_lib->findSymbol("glRotatex"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java321 glRotatex(290, 290), enumConstant
814 case 290: return glRotatex; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in351 void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1349 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex() function