Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check63 glDepthRangex
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def64 glDepthRangex @51
DlibGLES_CM.lds65 glDepthRangex;
DlibGLES_CM.hpp85 void (*glDepthRangex)(GLclampx zNear, GLclampx zFar); member in LibGLES_CMexports
Dmain.cpp743 GL_API void GL_APIENTRY glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() function
1460 this->glDepthRangex = es1::DepthRangex; in LibGLES_CMexports()
DlibGLES_CM.cpp4761 FUNCTION(glDepthRangex), in es1GetProcAddress()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c111 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java200 public void glDepthRangex(int zNear, int zFar) { in glDepthRangex() method in GLErrorLogger.ErrorLoggingGL
201 ((GL10)mGL).glDepthRangex(zNear, zFar); in glDepthRangex()
/external/mesa3d/include/GLES/
Dgl.h477 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
/external/swiftshader/include/GLES/
Dgl.h468 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl93 "glDepthRangex",