Searched refs:glRotatex (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 151 glRotatex
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 147 glRotatex @109
|
D | libGLES_CM.lds | 148 glRotatex;
|
D | libGLES_CM.hpp | 180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); member in LibGLES_CMexports
|
D | main.cpp | 1218 GL_API void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function 1555 this->glRotatex = es1::Rotatex; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4865 FUNCTION(glRotatex), in es1GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 137 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 571 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLErrorLogger.ErrorLoggingGL 572 ((GL10)mGL).glRotatex(angle, x, y, z); in glRotatex()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 534 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 525 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 176 "glRotatex",
|