Searched defs:zNear (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libutil/
H A Dproject.c65 gluPerspective(GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dgraw_util.h185 graw_util_viewport(struct graw_info * info,float x,float y,float width,float height,float zNear,float zFar) argument
H A Dquad-sample.c61 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dshader-leak.c51 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dtri-gs.c52 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dtri-instanced.c81 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dvs-test.c113 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dfs-test.c133 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dgs-test.c191 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dgraw_util.h185 graw_util_viewport(struct graw_info * info,float x,float y,float width,float height,float zNear,float zFar) argument
H A Dquad-sample.c61 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dshader-leak.c51 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dtri-gs.c52 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dtri-instanced.c81 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dvs-test.c113 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dfs-test.c133 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
H A Dgs-test.c191 set_viewport(float x,float y,float width,float height,float zNear,float zFar) argument
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c419 void perspective(GLfloat *m, GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Des1_conversion.c98 _mesa_DepthRangex(GLclampx zNear, GLclampx zFar) argument
180 _mesa_Frustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
192 _mesa_Frustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
664 _mesa_Orthof(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
676 _mesa_Orthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Des1_conversion.c97 _mesa_DepthRangex(GLclampx zNear, GLclampx zFar) argument
179 _mesa_Frustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
191 _mesa_Frustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
663 _mesa_Orthof(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
675 _mesa_Orthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
[all...]
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated4.c1817 GLclampf zNear; member in struct:marshal_cmd_DepthRangef
1823 GLclampf zNear = cmd->zNear; local in function:_mesa_unmarshal_DepthRangef
1831 _mesa_marshal_DepthRangef(GLclampf zNear, GLclampf zFar) argument
H A Dmarshal_generated7.c5779 GLclampx zNear; member in struct:marshal_cmd_DepthRangex
5785 GLclampx zNear = cmd->zNear; local in function:_mesa_unmarshal_DepthRangex
5793 _mesa_marshal_DepthRangex(GLclampx zNear, GLclampx zFar) argument
5877 GLfixed zNear; member in struct:marshal_cmd_Frustumx
5887 GLfixed zNear = cmd->zNear; local in function:_mesa_unmarshal_Frustumx
5895 _mesa_marshal_Frustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
6273 GLfixed zNear; member in struct:marshal_cmd_Orthox
6283 GLfixed zNear = cmd->zNear; local in function:_mesa_unmarshal_Orthox
6291 _mesa_marshal_Orthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
6913 GLfloat zNear; member in struct:marshal_cmd_Frustumf
6923 GLfloat zNear = cmd->zNear; local in function:_mesa_unmarshal_Frustumf
6931 _mesa_marshal_Frustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
6954 GLfloat zNear; member in struct:marshal_cmd_Orthof
6964 GLfloat zNear = cmd->zNear; local in function:_mesa_unmarshal_Orthof
6972 _mesa_marshal_Orthof(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
[all...]
H A Dmarshal_generated2.c344 GLclampd zNear; member in struct:marshal_cmd_DepthRange
350 GLclampd zNear = cmd->zNear; local in function:_mesa_unmarshal_DepthRange
358 _mesa_marshal_DepthRange(GLclampd zNear, GLclampd zFar) argument
377 GLdouble zNear; member in struct:marshal_cmd_Frustum
387 GLdouble zNear = cmd->zNear; local in function:_mesa_unmarshal_Frustum
395 _mesa_marshal_Frustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
573 GLdouble zNear; member in struct:marshal_cmd_Ortho
583 GLdouble zNear = cmd->zNear; local in function:_mesa_unmarshal_Ortho
591 _mesa_marshal_Ortho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
[all...]
H A Dindirect.c3964 void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar) argument
3976 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
4057 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect.c3964 void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar) argument
3976 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
4057 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument

Completed in 115 milliseconds

12