Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check177 glTranslatex
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def173 glTranslatex @129
DlibGLES_CM.lds174 glTranslatex;
DlibGLES_CM.hpp208 void (*glTranslatex)(GLfixed x, GLfixed y, GLfixed z); member in LibGLES_CMexports
Dmain.cpp1350 GL_API void GL_APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex() function
1581 this->glTranslatex = es1::Translatex; in LibGLES_CMexports()
DlibGLES_CM.cpp4891 FUNCTION(glTranslatex), in es1GetProcAddress()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c144 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java691 public void glTranslatex(int x, int y, int z) { in glTranslatex() method in GLErrorLogger.ErrorLoggingGL
692 ((GL10)mGL).glTranslatex(x, y, z); in glTranslatex()
/external/mesa3d/include/GLES/
Dgl.h554 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/external/swiftshader/include/GLES/
Dgl.h545 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h736 GL_API void GL_APIENTRY glTranslatex (GLfixed x, GLfixed y, GLfixed z);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl202 "glTranslatex",