Searched defs:zFar (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.c1818 GLclampf zFar; member in struct:marshal_cmd_DepthRangef
1824 GLclampf zFar = cmd->zFar; local in function:_mesa_unmarshal_DepthRangef
1831 _mesa_marshal_DepthRangef(GLclampf zNear, GLclampf zFar) argument
H A Dmarshal_generated7.c5780 GLclampx zFar; member in struct:marshal_cmd_DepthRangex
5786 GLclampx zFar = cmd->zFar; local in function:_mesa_unmarshal_DepthRangex
5793 _mesa_marshal_DepthRangex(GLclampx zNear, GLclampx zFar) argument
5878 GLfixed zFar; member in struct:marshal_cmd_Frustumx
5888 GLfixed zFar = cmd->zFar; local in function:_mesa_unmarshal_Frustumx
5895 _mesa_marshal_Frustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
6274 GLfixed zFar; member in struct:marshal_cmd_Orthox
6284 GLfixed zFar = cmd->zFar; local in function:_mesa_unmarshal_Orthox
6291 _mesa_marshal_Orthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
6914 GLfloat zFar; member in struct:marshal_cmd_Frustumf
6924 GLfloat zFar = cmd->zFar; local in function:_mesa_unmarshal_Frustumf
6931 _mesa_marshal_Frustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
6955 GLfloat zFar; member in struct:marshal_cmd_Orthof
6965 GLfloat zFar = cmd->zFar; 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.c345 GLclampd zFar; member in struct:marshal_cmd_DepthRange
351 GLclampd zFar = cmd->zFar; local in function:_mesa_unmarshal_DepthRange
358 _mesa_marshal_DepthRange(GLclampd zNear, GLclampd zFar) argument
378 GLdouble zFar; member in struct:marshal_cmd_Frustum
388 GLdouble zFar = cmd->zFar; local in function:_mesa_unmarshal_Frustum
395 _mesa_marshal_Frustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
574 GLdouble zFar; member in struct:marshal_cmd_Ortho
584 GLdouble zFar = cmd->zFar; 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 96 milliseconds

12