Searched refs:GLclampd (Results 1 - 25 of 50) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddepth.h41 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
H A Dviewport.h65 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
72 const GLclampd * v);
75 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd * v);
81 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd n, GLclampd f);
84 _mesa_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f);
91 GLclampd nearval, GLclampd farva
[all...]
H A Ddepth.c42 _mesa_ClearDepth( GLclampd depth )
142 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
H A Dviewport.c288 GLclampd nearval, GLclampd farval)
304 GLclampd nearval, GLclampd farval)
321 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
360 * GLclampd near and far clip-plane values
374 _mesa_DepthRangeArrayv_no_error(GLuint first, GLsizei count, const GLclampd *v)
384 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
436 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearva
[all...]
H A Dclear.c577 const GLclampd clearSave = ctx->Depth.Clear;
705 const GLclampd clearDepthSave = ctx->Depth.Clear;
H A Ddlist.c2226 save_ClearDepth(GLclampd depth)
2552 save_DepthRange(GLclampd nearval, GLclampd farval)
4791 save_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f)
4811 save_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
4820 save_pointer(&n[3], memdup(v, count * 2 * sizeof(GLclampd)));
5536 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax)
9405 CALL_ClearDepth(ctx->Exec, ((GLclampd)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddepth.h41 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
H A Dviewport.h65 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
72 const GLclampd * v);
75 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd * v);
81 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd n, GLclampd f);
84 _mesa_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f);
91 GLclampd nearval, GLclampd farva
[all...]
H A Ddepth.c43 _mesa_ClearDepth( GLclampd depth )
148 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
H A Dviewport.c289 GLclampd nearval, GLclampd farval)
305 GLclampd nearval, GLclampd farval)
322 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
361 * GLclampd near and far clip-plane values
375 _mesa_DepthRangeArrayv_no_error(GLuint first, GLsizei count, const GLclampd *v)
385 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
437 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearva
[all...]
H A Dclear.c596 const GLclampd clearSave = ctx->Depth.Clear;
742 const GLclampd clearDepthSave = ctx->Depth.Clear;
H A Dmtypes.h457 GLclampd Clear; /**< Value to clear depth buffer to */
461 GLclampd BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */
H A Ddlist.c2281 save_ClearDepth(GLclampd depth)
2607 save_DepthRange(GLclampd nearval, GLclampd farval)
4846 save_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f)
4866 save_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
4875 save_pointer(&n[3], memdup(v, count * 2 * sizeof(GLclampd)));
5591 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax)
11342 CALL_ClearDepth(ctx->Exec, ((GLclampd)
[all...]
/xsrc/external/mit/glu/dist/src/libutil/
H A Dproject.c312 GLclampd nearVal, GLclampd farVal,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.tm21 ClampedFloat64,*,*, GLclampd,*,*
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h258 void (GLAPIENTRY * ClearDepth)(GLclampd);
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated5.c2040 /* Next safe_mul(count, 2 * sizeof(GLclampd)) bytes are GLclampd v[count][2] */
2047 GLclampd * v;
2049 v = (GLclampd *) variable_data;
2054 _mesa_marshal_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd * v)
2057 int v_size = safe_mul(count, 2 * sizeof(GLclampd));
2078 GLclampd n;
2079 GLclampd f;
2085 GLclampd n = cmd->n;
2086 GLclampd
[all...]
H A Dindirect.h276 extern _X_HIDDEN void __indirect_glClearDepth(GLclampd depth);
356 extern _X_HIDDEN void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dgldrv.h242 void (APIENTRY *glClearDepth )( GLclampd depth );
322 void (APIENTRY *glDepthRange )( GLclampd zNear, GLclampd zFar );
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapitable.h251 void (GLAPIENTRYP ClearDepth)(GLclampd depth); /* 208 */
331 void (GLAPIENTRYP DepthRange)(GLclampd zNear, GLclampd zFar); /* 288 */
787 void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 744 */
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect.h276 extern _X_HIDDEN void __indirect_glClearDepth(GLclampd depth);
356 extern _X_HIDDEN void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h135 typedef double GLclampd; /* double precision float in [0,1] */ typedef in typeref:typename:double
844 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
850 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h128 typedef double GLclampd; /* double precision float in [0,1] */ typedef in typeref:typename:double
837 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
843 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h221 void APIENTRY shared_dispatch_stub_208(GLclampd depth);
301 void APIENTRY shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar);
844 void APIENTRY shared_dispatch_stub_831(GLuint first, GLsizei count, const GLclampd *v);
845 void APIENTRY shared_dispatch_stub_832(GLuint index, GLclampd n, GLclampd f);
1286 void APIENTRY shared_dispatch_stub_1273(GLclampd zmin, GLclampd zmax);
2692 static void APIENTRY noopClearDepth(GLclampd depth)
3172 static void APIENTRY noopDepthRange(GLclampd zNea
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp87 void __indirect_glClearDepth(GLclampd depth) { }
130 void __indirect_glDepthRange(GLclampd near_val, GLclampd far_val) { }

Completed in 118 milliseconds

12