Searched refs:glDepthRange (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-z.c | 110 glDepthRange(minZ, maxZ);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | pickdepth.c | 61 glDepthRange(0.0, 1.0); /* The default z mapping */
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | cubemap.c | 226 glDepthRange(0.0, 0.5); 230 glDepthRange(1.0, 0.5);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxswapcontrol.c | 284 glDepthRange(0, 0.5); 288 glDepthRange(1.0, 0.4999);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.c | 892 &glDepthRange,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 939 &glDepthRange,
|
| H A D | gldrv.h | 322 void (APIENTRY *glDepthRange )( GLclampd zNear, GLclampd zFar );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 938 glDepthRange( z, z );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 944 glDepthRange( z, z );
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glprocs.h | 343 "glDepthRange\0" 1496 NAME_FUNC_OFFSET( 3553, glDepthRange, glDepthRange, NULL, _gloffset_DepthRange),
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 850 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
|
| H A D | gl_mangle.h | 459 #define glDepthRange MANGLE(DepthRange) macro
|
| H A D | glcorearb.h | 358 GLAPI void APIENTRY glDepthRange (GLdouble n, GLdouble f);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 843 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
|
| H A D | glcorearb.h | 359 GLAPI void APIENTRY glDepthRange (GLdouble n, GLdouble f);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 2262 glDepthRange(*(GLclampd *) (pc + 0), *(GLclampd *) (pc + 8));
|
| H A D | indirect_dispatch_swap.c | 2507 glDepthRange((GLclampd) bswap_FLOAT64(pc + 0),
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 17174 #define glDepthRange macro [all...] |
| H A D | gl_generated_dispatch.c | 15036 0, // glDepthRange [all...] |
Completed in 247 milliseconds