Home
last modified time | relevance | path

Searched refs:zNear (Results 1 – 25 of 65) sorted by relevance

123

/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp105 inline float depthRangeTransform (const float zd, const float zNear, const float zFar) in depthRangeTransform() argument
107 const float cNear = de::clamp(zNear, 0.0f, 1.0f); in depthRangeTransform()
115 …st char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar,…
127 …st char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar,… in DepthRangeCompareCase() argument
130 , m_zNear (zNear) in DepthRangeCompareCase()
266 …st char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar);
277 …nst char* name, const char* desc, const tcu::Vec4& depthCoord, const float zNear, const float zFar) in DepthRangeWriteCase() argument
280 , m_zNear (zNear) in DepthRangeWriteCase()
412 const float zNear; in init() member
436 …text, cases[ndx].name, cases[ndx].desc, cases[ndx].depthCoord, cases[ndx].zNear, cases[ndx].zFar)); in init()
[all …]
Des2fShaderBuiltinVarTests.cpp149 : zNear (0.0f) in DepthRangeParams()
155 : zNear (zNear_) in DepthRangeParams()
160 float zNear; member
174 float zNear = deFloatClamp(m_params.zNear, 0.0f, 1.0f); in evaluate() local
176 float diff = zFar - zNear; in evaluate()
177 c.color.xyz() = tcu::Vec3(zNear, zFar, diff*0.5f + 0.5f); in evaluate()
243 …m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m… in iterate()
244 gl.depthRangef(m_depthRange.zNear, m_depthRange.zFar); in iterate()
/external/mesa3d/src/mesa/main/
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);
Des1_conversion.c104 _es_DepthRangex(GLclampx zNear, GLclampx zFar) in _es_DepthRangex() argument
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f), in _es_DepthRangex()
187 GLfloat zNear, GLfloat zFar) in _es_Frustumf() argument
193 (GLdouble) (zNear), in _es_Frustumf()
199 GLfixed zNear, GLfixed zFar) in _es_Frustumx() argument
205 (GLdouble) (zNear / 65536.0), in _es_Frustumx()
654 GLfloat zNear, GLfloat zFar) in _es_Orthof() argument
660 (GLdouble) (zNear), in _es_Orthof()
666 GLfixed zNear, GLfixed zFar) in _es_Orthox() argument
672 (GLdouble) (zNear / 65536.0), in _es_Orthox()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
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);
Des1_conversion.c104 _es_DepthRangex(GLclampx zNear, GLclampx zFar) in _es_DepthRangex() argument
106 _mesa_DepthRangef((GLclampf) (zNear / 65536.0f), in _es_DepthRangex()
187 GLfloat zNear, GLfloat zFar) in _es_Frustumf() argument
193 (GLdouble) (zNear), in _es_Frustumf()
199 GLfixed zNear, GLfixed zFar) in _es_Frustumx() argument
205 (GLdouble) (zNear / 65536.0), in _es_Frustumx()
654 GLfloat zNear, GLfloat zFar) in _es_Orthof() argument
660 (GLdouble) (zNear), in _es_Orthof()
666 GLfixed zNear, GLfixed zFar) in _es_Orthox() argument
672 (GLdouble) (zNear / 65536.0), in _es_Orthox()
/external/chromium_org/third_party/mesa/src/include/GLES/
Dglext.h568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
571 …rustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
589 …lOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
608 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
611 …MXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
629 …OXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
738 …rustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
739 …lOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
[all …]
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
601 …glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 …Y 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 …glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 …Y glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java195 public void glDepthRangef(float zNear, float zFar) { in glDepthRangef() argument
196 ((GL10)mGL).glDepthRangef(zNear, zFar); in glDepthRangef()
200 public void glDepthRangex(int zNear, int zFar) { in glDepthRangex() argument
201 ((GL10)mGL).glDepthRangex(zNear, zFar); in glDepthRangex()
281 float top, float zNear, float zFar) { in glFrustumf() argument
283 top, zNear, zFar); in glFrustumf()
288 int zNear, int zFar) { in glFrustumx() argument
290 zNear, zFar); in glFrustumx()
511 float zNear, float zFar) { in glOrthof() argument
513 zNear, zFar); in glOrthof()
[all …]
/external/mesa3d/include/GLES/
Dglext.h568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
571 …rustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
589 …lOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
608 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
611 …MXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
629 …OXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
738 …rustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
739 …lOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
[all …]
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
601 …glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 …Y 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 …glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 …Y glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp166 : zNear (0.0f) in DepthRangeParams()
172 : zNear (zNear_) in DepthRangeParams()
177 float zNear; member
191 float zNear = deFloatClamp(m_params.zNear, 0.0f, 1.0f); in evaluate() local
193 float diff = zFar - zNear; in evaluate()
194 c.color.xyz() = tcu::Vec3(zNear, zFar, diff*0.5f + 0.5f); in evaluate()
266 …m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m… in iterate()
267 gl.depthRangef(m_depthRange.zNear, m_depthRange.zFar); in iterate()
/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h69 void setDepthRange(float zNear, float zFar);
70 void getDepthRange(float *zNear, float *zFar) const;
DState.cpp338 void State::setDepthRange(float zNear, float zFar) in setDepthRange() argument
340 mNearZ = zNear; in setDepthRange()
344 void State::getDepthRange(float *zNear, float *zFar) const in getDepthRange() argument
346 *zNear = mNearZ; in getDepthRange()
/external/mesa3d/src/mesa/math/
Dm_matrix.h126 GLfloat zNear, GLfloat zFar, GLfloat depthMax);
Dm_matrix.c1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax) in _math_matrix_viewport() argument
1120 m->m[MAT_SZ] = depthMax * ((zFar - zNear) / 2.0F); in _math_matrix_viewport()
1121 m->m[MAT_TZ] = depthMax * ((zFar - zNear) / 2.0F + zNear); in _math_matrix_viewport()
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_matrix.h126 GLfloat zNear, GLfloat zFar, GLfloat depthMax);
Dm_matrix.c1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax) in _math_matrix_viewport() argument
1120 m->m[MAT_SZ] = depthMax * ((zFar - zNear) / 2.0F); in _math_matrix_viewport()
1121 m->m[MAT_TZ] = depthMax * ((zFar - zNear) / 2.0F + zNear); in _math_matrix_viewport()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_glfuncs.h68 SDL_PROC_UNUSED(void,glDepthRange,(GLclampd zNear, GLclampd zFar))
102 …stum,(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
/external/chromium_org/mojo/public/c/gles2/
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/
DRenderer.h125 …virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, …
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp_shared.h302 void APIENTRY shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar);
303 …b_289(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
310 …b_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 …ch_stub_898(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
931 …ch_stub_917(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
947 …ch_stub_933(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
949 …ch_stub_935(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
2781 static void APIENTRY noopDepthRange(GLclampd zNear, GLclampd zFar) in noopDepthRange() argument
[all …]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DRenderer9.h76 …virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, …
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DRenderer11.h75 …virtual void setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, …
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c252 void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar) { in glDepthRangef() argument
253 glGetInterfacePPAPI()->DepthRangef(glGetCurrentContextPPAPI(), zNear, zFar); in glDepthRangef()

123