Searched refs:GLclampd (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | depth.h | 44 _mesa_ClearDepth( GLclampd depth ); 56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
|
D | depth.c | 42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth() 132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT()
|
D | viewport.h | 44 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
|
D | viewport.c | 116 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange()
|
D | clear.c | 501 const GLclampd clearSave = ctx->Depth.Clear; in _mesa_ClearBufferfv() 605 const GLclampd clearDepthSave = ctx->Depth.Clear; in _mesa_ClearBufferfi()
|
D | dd.h | 471 void (*DepthRange)(struct gl_context *ctx, GLclampd nearval, GLclampd farval);
|
D | dlist.c | 1640 save_ClearDepth(GLclampd depth) in save_ClearDepth() 2273 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() 5288 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax) in save_DepthBoundsEXT() 7814 CALL_ClearDepth(ctx->Exec, ((GLclampd) n[1].f)); in execute_list() 7976 ((GLclampd) n[1].f, (GLclampd) n[2].f)); in execute_list()
|
D | mtypes.h | 835 GLclampd Clear; /**< Value to clear depth buffer to */
|
/external/deqp/framework/opengl/wrapper/ |
D | glwDefs.cpp | 47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
|
D | glwTypes.inl | 62 typedef double GLclampd; typedef
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 110 nouveau_depth_range(struct gl_context *ctx, GLclampd nearval, GLclampd farval) in nouveau_depth_range()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 258 void (GLAPIENTRY * ClearDepth)(GLclampd); 338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 465 i830DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval) in i830DepthRange()
|
D | i915_state.c | 437 i915DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval) in i915DepthRange()
|
/external/mesa3d/include/GL/ |
D | gl.h | 163 typedef double GLclampd; /* double precision float in [0,1] */ typedef 872 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth ); 878 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
|
D | glext.h | 11028 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax); 11030 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 1395 static void radeonDepthRange( struct gl_context *ctx, GLclampd nearval, in radeonDepthRange() 1396 GLclampd farval ) in radeonDepthRange()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1613 static void r200DepthRange( struct gl_context *ctx, GLclampd nearval, in r200DepthRange() 1614 GLclampd farval ) in r200DepthRange()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 170 GLclampd DepthNear, DepthFar;
|