Searched refs:zNear (Results 1 - 25 of 63) 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/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp105 inline float depthRangeTransform (const float zd, const float zNear, const float zFar) argument
107 const float cNear = de::clamp(zNear, 0.0f, 1.0f);
115 DepthRangeCompareCase (Context& context, const char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar, const deUint32 compareFunc);
127 DepthRangeCompareCase::DepthRangeCompareCase (Context& context, const char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar, const deUint32 compareFunc) argument
130 , m_zNear (zNear)
266 DepthRangeWriteCase (Context& context, const char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar);
277 DepthRangeWriteCase::DepthRangeWriteCase (Context& context, const char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar) argument
280 , m_zNear (zNear)
412 const float zNear; member in struct:deqp::gles2::Functional::__anon19870
436 writeGroup->addChild(new DepthRangeWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].depthCoord, cases[ndx].zNear, case
[all...]
H A Des2fShaderBuiltinVarTests.cpp149 : zNear (0.0f)
155 : zNear (zNear_)
160 float zNear; member in struct:deqp::gles2::Functional::__anon19896::DepthRangeParams
174 float zNear = deFloatClamp(m_params.zNear, 0.0f, 1.0f); local
176 float diff = zFar - zNear;
177 c.color.xyz() = tcu::Vec3(zNear, zFar, diff*0.5f + 0.5f);
243 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
244 gl.depthRangef(m_depthRange.zNear, m_depthRange.zFar);
/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/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp166 : zNear (0.0f)
172 : zNear (zNear_)
177 float zNear; member in struct:deqp::gles3::Functional::__anon20049::DepthRangeParams
191 float zNear = deFloatClamp(m_params.zNear, 0.0f, 1.0f); local
193 float diff = zFar - zNear;
194 c.color.xyz() = tcu::Vec3(zNear, zFar, diff*0.5f + 0.5f);
266 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
267 gl.depthRangef(m_depthRange.zNear, m_depthRange.zFar);
/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/src/libGLESv2/
H A DState.h69 void setDepthRange(float zNear, float zFar);
70 void getDepthRange(float *zNear, float *zFar) const;
H A DState.cpp338 void State::setDepthRange(float zNear, float zFar) argument
340 mNearZ = zNear;
344 void State::getDepthRange(float *zNear, float *zFar) const argument
346 *zNear = mNearZ;
/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/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h145 VISIT_GL_CALL(DepthRangef, void, (GLclampf zNear, GLclampf zFar), (zNear, zFar))
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer.h125 virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.h75 virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.h76 virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, GLenum frontFace,
/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...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h103 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar) { } argument

Completed in 407 milliseconds

123