Searched refs:zNear (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des1_conversion.h23 _es_DepthRangex(GLclampx zNear, GLclampx zFar);
39 GLfloat zNear, GLfloat zFar);
43 GLfixed zNear, GLfixed zFar);
104 GLfloat zNear, GLfloat zFar);
108 GLfixed zNear, GLfixed zFar);
H A Des1_conversion.c104 _es_DepthRangex(GLclampx zNear, GLclampx zFar) argument
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f),
187 GLfloat zNear, GLfloat zFar)
193 (GLdouble) (zNear),
199 GLfixed zNear, GLfixed zFar)
205 (GLdouble) (zNear / 65536.0),
654 GLfloat zNear, GLfloat zFar)
660 (GLdouble) (zNear),
666 GLfixed zNear, GLfixed zFar)
672 (GLdouble) (zNear / 65536.
186 _es_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
198 _es_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
653 _es_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
665 _es_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h23 _es_DepthRangex(GLclampx zNear, GLclampx zFar);
39 GLfloat zNear, GLfloat zFar);
43 GLfixed zNear, GLfixed zFar);
104 GLfloat zNear, GLfloat zFar);
108 GLfixed zNear, GLfixed zFar);
H A Des1_conversion.c104 _es_DepthRangex(GLclampx zNear, GLclampx zFar) argument
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f),
187 GLfloat zNear, GLfloat zFar)
193 (GLdouble) (zNear),
199 GLfixed zNear, GLfixed zFar)
205 (GLdouble) (zNear / 65536.0),
654 GLfloat zNear, GLfloat zFar)
660 (GLdouble) (zNear),
666 GLfixed zNear, GLfixed zFar)
672 (GLdouble) (zNear / 65536.
186 _es_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
198 _es_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
653 _es_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
665 _es_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
[all...]
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
571 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
589 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
608 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
611 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
629 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
738 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
739 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclamp
[all...]
H A Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/external/mesa3d/include/GLES/
H A Dglext.h568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
571 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
589 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
608 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
611 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
629 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
738 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
739 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclamp
[all...]
H A Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java195 public void glDepthRangef(float zNear, float zFar) { argument
196 ((GL10)mGL).glDepthRangef(zNear, zFar);
200 public void glDepthRangex(int zNear, int zFar) { argument
201 ((GL10)mGL).glDepthRangex(zNear, zFar);
281 float top, float zNear, float zFar) {
283 top, zNear, zFar);
288 int zNear, int zFar) {
290 zNear, zFar);
511 float zNear, float zFar) {
513 zNear, zFa
280 glFrustumf(float left, float right, float bottom, float top, float zNear, float zFar) argument
287 glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar) argument
510 glOrthof(float left, float right, float bottom, float top, float zNear, float zFar) argument
517 glOrthox(int left, int right, int bottom, int top, int zNear, int zFar) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.h126 GLfloat zNear, GLfloat zFar, GLfloat depthMax);
H A Dm_matrix.c1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax)
1120 m->m[MAT_SZ] = depthMax * ((zFar - zNear) / 2.0F);
1121 m->m[MAT_TZ] = depthMax * ((zFar - zNear) / 2.0F + zNear);
1113 _math_matrix_viewport(GLmatrix *m, GLint x, GLint y, GLint width, GLint height, GLfloat zNear, GLfloat zFar, GLfloat depthMax) argument
/external/mesa3d/src/mesa/math/
H A Dm_matrix.h126 GLfloat zNear, GLfloat zFar, GLfloat depthMax);
H A Dm_matrix.c1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax)
1120 m->m[MAT_SZ] = depthMax * ((zFar - zNear) / 2.0F);
1121 m->m[MAT_TZ] = depthMax * ((zFar - zNear) / 2.0F + zNear);
1113 _math_matrix_viewport(GLmatrix *m, GLint x, GLint y, GLint width, GLint height, GLfloat zNear, GLfloat zFar, GLfloat depthMax) argument
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DContext.h149 float zNear; member in struct:gl::State
200 void setDepthRange(float zNear, float zFar);
H A DContext.cpp117 mState.zNear = 0.0f;
385 void Context::setDepthRange(float zNear, float zFar) argument
387 mState.zNear = zNear;
1236 params[0] = mState.zNear;
1731 if (!mRenderer->setViewport(mState.viewport, mState.zNear, mState.zFar, drawMode, mState.rasterizer.frontFace,
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer.h122 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
H A DRenderer11.h67 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
H A DRenderer9.h81 virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h68 SDL_PROC_UNUSED(void,glDepthRange,(GLclampd zNear, GLclampd zFar))
102 SDL_PROC_UNUSED(void,glFrustum,(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar))
195 SDL_PROC(void,glOrtho,(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar))
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp_shared.h302 void APIENTRY shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar);
303 void APIENTRY shared_dispatch_stub_289(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
310 void APIENTRY shared_dispatch_stub_296(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
688 void APIENTRY shared_dispatch_stub_674(GLclampf zNear, GLclampf zFar);
909 void APIENTRY shared_dispatch_stub_895(GLclampx zNear, GLclampx zFar);
912 void APIENTRY shared_dispatch_stub_898(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
931 void APIENTRY shared_dispatch_stub_917(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
947 void APIENTRY shared_dispatch_stub_933(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
949 void APIENTRY shared_dispatch_stub_935(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
2781 static void APIENTRY noopDepthRange(GLclampd zNear, GLclamp argument
2787 noopFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
2828 noopOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
5113 noopDepthRangef(GLclampf zNear, GLclampf zFar) argument
6439 noopDepthRangexOES(GLclampx zNear, GLclampx zFar) argument
6457 noopFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
6571 noopOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
6667 noopFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
6679 noopOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
14819 shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar) argument
14826 shared_dispatch_stub_289(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
14875 shared_dispatch_stub_296(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
17521 shared_dispatch_stub_674(GLclampf zNear, GLclampf zFar) argument
19068 shared_dispatch_stub_895(GLclampx zNear, GLclampx zFar) argument
19089 shared_dispatch_stub_898(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
19222 shared_dispatch_stub_917(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
19334 shared_dispatch_stub_933(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
19348 shared_dispatch_stub_935(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
[all...]
H A Dindirect.h356 extern _X_HIDDEN void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar);
357 extern _X_HIDDEN void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
364 extern _X_HIDDEN void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h111 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar) { } argument
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c202 void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar) { argument
203 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar); local
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc209 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { argument
210 GetGLES(context_id)->DepthRangef(zNear, zFar);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { argument
362 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glDepthRangef(" << zNear << ", " << zFar << ")"); // NOLINT
363 helper_->DepthRangef(zNear, zFar);

Completed in 338 milliseconds

123