Searched refs:glRotatex (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 144 glRotatex_t glRotatex; member
|
D | GLDispatch.cpp | 161 s_gl.glRotatex = (glRotatex_t) s_gles_lib->findSymbol("glRotatex"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 716 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/ |
D | GLProtoBuf.java | 321 glRotatex(290, 290), enumConstant 814 case 290: return glRotatex; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 351 void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 1349 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex() function
|