Searched refs:glOrthox (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 136 glOrthox
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 133 glOrthox @99
|
D | libGLES_CM.lds | 134 glOrthox;
|
D | libGLES_CM.hpp | 164 …void (*glOrthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … member in LibGLES_CMexports
|
D | main.cpp | 1138 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()
|
D | libGLES_CM.cpp | 4849 FUNCTION(glOrthox), in es1GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 132 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 517 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/ |
D | gl.h | 525 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 516 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/ |
D | gl.h | 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 162 "glOrthox",
|