Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
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 farval);
Ddepth.h41 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
Dviewport.c288 GLclampd nearval, GLclampd farval) in set_depth_range_no_notify()
304 GLclampd nearval, GLclampd farval) in _mesa_set_depth_range()
321 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange()
374 _mesa_DepthRangeArrayv_no_error(GLuint first, GLsizei count, const GLclampd *v) in _mesa_DepthRangeArrayv_no_error()
384 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v) in _mesa_DepthRangeArrayv()
436 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearval, in _mesa_DepthRangeIndexed_no_error()
437 GLclampd farval) in _mesa_DepthRangeIndexed_no_error()
445 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) in _mesa_DepthRangeIndexed()
Ddepth.c42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
142 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT()
Dclear.c577 const GLclampd clearSave = ctx->Depth.Clear; in clear_bufferfv()
705 const GLclampd clearDepthSave = ctx->Depth.Clear; in clear_bufferfi()
Ddlist.c2087 save_ClearDepth(GLclampd depth) in save_ClearDepth()
2413 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange()
5208 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax) in save_DepthBoundsEXT()
8155 CALL_ClearDepth(ctx->Exec, ((GLclampd) n[1].f)); in execute_list()
8221 ((GLclampd) n[1].f, (GLclampd) n[2].f)); in execute_list()
Dmtypes.h541 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
DglwFunctionTypes.inl156 typedef GLW_APICALL void (GLW_APIENTRY* glDepthBoundsEXTFunc) (GLclampd zmin, GLclampd zm…
DglwApi.inl1062 void glwDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
DglwImpl.inl1207 void glwDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
/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/common/
Dmeta.h161 GLclampd DepthNear, DepthFar;
/external/mesa3d/include/GL/
Dgl.h135 typedef double GLclampd; /* double precision float in [0,1] */ typedef
844 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
850 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
Dglext.h6757 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6759 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
Dglcorearb.h366 typedef double GLclampd; typedef
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4769 typedef void (GLAPIENTRYP _glptr_ClearDepth)(GLclampd);
4776 static inline void SET_ClearDepth(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd)) { in SET_ClearDepth() argument
5649 typedef void (GLAPIENTRYP _glptr_DepthRange)(GLclampd, GLclampd);
5656 … inline void SET_DepthRange(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd, GLclampd)) { in SET_DepthRange() argument
11622 typedef void (GLAPIENTRYP _glptr_DepthRangeArrayv)(GLuint, GLsizei, const GLclampd *);
11629 …hRangeArrayv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLclampd *)) { in SET_DepthRangeArrayv() argument
11633 typedef void (GLAPIENTRYP _glptr_DepthRangeIndexed)(GLuint, GLclampd, GLclampd);
11640 …T_DepthRangeIndexed(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLclampd, GLclampd)) { in SET_DepthRangeIndexed() argument
16451 typedef void (GLAPIENTRYP _glptr_DepthBoundsEXT)(GLclampd, GLclampd);
16458 …ine void SET_DepthBoundsEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd, GLclampd)) { in SET_DepthBoundsEXT() argument
Dmarshal_generated.c6986 GLclampd zmin;
6987 GLclampd zmax;
6992 const GLclampd zmin = cmd->zmin; in _mesa_unmarshal_DepthBoundsEXT()
6993 const GLclampd zmax = cmd->zmax; in _mesa_unmarshal_DepthBoundsEXT()
6997 _mesa_marshal_DepthBoundsEXT(GLclampd zmin, GLclampd zmax) in _mesa_marshal_DepthBoundsEXT()
7435 GLclampd zNear;
7436 GLclampd zFar;
7441 const GLclampd zNear = cmd->zNear; in _mesa_unmarshal_DepthRange()
7442 const GLclampd zFar = cmd->zFar; in _mesa_unmarshal_DepthRange()
7446 _mesa_marshal_DepthRange(GLclampd zNear, GLclampd zFar) in _mesa_marshal_DepthRange()
[all …]
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl156 void glDepthBoundsEXT (glw::GLclampd zmin, glw::GLclampd zmax);
DgluCallLogWrapper.inl1078 void CallLogWrapper::glDepthBoundsEXT (glw::GLclampd zmin, glw::GLclampd zmax)
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1445 GLW_APICALL void GLW_APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
/external/virglrenderer/src/
Dvrend_renderer.c419 GLclampd near_val, far_val;
2137 GLclampd near_val, far_val; in vrend_set_viewport_states()
/external/swiftshader/include/GL/
Dglext.h6768 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6770 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
Dglcorearb.h366 typedef double GLclampd; typedef