Searched refs:glDepthRange (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-z.c110 glDepthRange(minZ, maxZ);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpickdepth.c61 glDepthRange(0.0, 1.0); /* The default z mapping */
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dcubemap.c226 glDepthRange(0.0, 0.5);
230 glDepthRange(1.0, 0.5);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxswapcontrol.c284 glDepthRange(0, 0.5);
288 glDepthRange(1.0, 0.4999);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.c892 &glDepthRange,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.c939 &glDepthRange,
H A Dgldrv.h322 void (APIENTRY *glDepthRange )( GLclampd zNear, GLclampd zFar );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Drastpos.c938 glDepthRange( z, z );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Drastpos.c944 glDepthRange( z, z );
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglprocs.h343 "glDepthRange\0"
1496 NAME_FUNC_OFFSET( 3553, glDepthRange, glDepthRange, NULL, _gloffset_DepthRange),
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h850 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
H A Dgl_mangle.h459 #define glDepthRange MANGLE(DepthRange) macro
H A Dglcorearb.h358 GLAPI void APIENTRY glDepthRange (GLdouble n, GLdouble f);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h843 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
H A Dglcorearb.h359 GLAPI void APIENTRY glDepthRange (GLdouble n, GLdouble f);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c2262 glDepthRange(*(GLclampd *) (pc + 0), *(GLclampd *) (pc + 8));
H A Dindirect_dispatch_swap.c2507 glDepthRange((GLclampd) bswap_FLOAT64(pc + 0),
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h17174 #define glDepthRange macro
[all...]
H A Dgl_generated_dispatch.c15036 0, // glDepthRange
[all...]

Completed in 247 milliseconds