Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check151 glRotatex
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def147 glRotatex @109
DlibGLES_CM.lds148 glRotatex;
DlibGLES_CM.hpp180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); member in LibGLES_CMexports
Dmain.cpp1218 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()
DlibGLES_CM.cpp4865 FUNCTION(glRotatex), in es1GetProcAddress()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c137 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java571 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/
Dgl.h534 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/external/swiftshader/include/GLES/
Dgl.h525 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl176 "glRotatex",