Home
last modified time | relevance | path

Searched refs:GLclampd (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddepth.h44 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
Ddepth.c42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT()
Dviewport.h44 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
Dviewport.c116 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange()
Dclear.c501 const GLclampd clearSave = ctx->Depth.Clear; in _mesa_ClearBufferfv()
605 const GLclampd clearDepthSave = ctx->Depth.Clear; in _mesa_ClearBufferfi()
Ddd.h471 void (*DepthRange)(struct gl_context *ctx, GLclampd nearval, GLclampd farval);
Ddlist.c1640 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()
Dmtypes.h835 GLclampd Clear; /**< Value to clear depth buffer to */
/external/deqp/framework/opengl/wrapper/
DglwDefs.cpp47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
DglwTypes.inl62 typedef double GLclampd; typedef
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c110 nouveau_depth_range(struct gl_context *ctx, GLclampd nearval, GLclampd farval) in nouveau_depth_range()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h258 void (GLAPIENTRY * ClearDepth)(GLclampd);
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c465 i830DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval) in i830DepthRange()
Di915_state.c437 i915DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval) in i915DepthRange()
/external/mesa3d/include/GL/
Dgl.h163 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 );
Dglext.h11028 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
11030 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1395 static void radeonDepthRange( struct gl_context *ctx, GLclampd nearval, in radeonDepthRange()
1396 GLclampd farval ) in radeonDepthRange()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1613 static void r200DepthRange( struct gl_context *ctx, GLclampd nearval, in r200DepthRange()
1614 GLclampd farval ) in r200DepthRange()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c170 GLclampd DepthNear, DepthFar;