Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check136 glOrthox
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def133 glOrthox @99
DlibGLES_CM.lds134 glOrthox;
DlibGLES_CM.hpp164 …void (*glOrthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … member in LibGLES_CMexports
Dmain.cpp1138 GL_API void GL_APIENTRY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glOrthox() function
1539 this->glOrthox = es1::Orthox; in LibGLES_CMexports()
DlibGLES_CM.cpp4849 FUNCTION(glOrthox), in es1GetProcAddress()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c132 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java517 public void glOrthox(int left, int right, int bottom, int top, in glOrthox() method in GLErrorLogger.ErrorLoggingGL
519 ((GL10)mGL).glOrthox( left, right, bottom, top, in glOrthox()
/external/mesa3d/include/GLES/
Dgl.h525 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
/external/swiftshader/include/GLES/
Dgl.h516 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl162 "glOrthox",