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

/external/mesa3d/src/mesa/main/
H A Ddepth.h41 _mesa_ClearDepth( GLclampd depth );
53 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
H A Dviewport.h52 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
58 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd * v);
64 _mesa_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f);
71 GLclampd nearval, GLclampd farval);
H A Ddepth.c42 _mesa_ClearDepth( GLclampd depth )
123 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
H A Dviewport.c237 GLclampd nearval, GLclampd farval)
250 GLclampd nearval, GLclampd farval)
267 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
308 * GLclampd near and far clip-plane values
311 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
368 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farva
[all...]
H A Dclear.c525 const GLclampd clearSave = ctx->Depth.Clear;
633 const GLclampd clearDepthSave = ctx->Depth.Clear;
H A Ddlist.c2086 save_ClearDepth(GLclampd depth)
2412 save_DepthRange(GLclampd nearval, GLclampd farval)
5207 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax)
8157 CALL_ClearDepth(ctx->Exec, ((GLclampd) n[1].f));
8223 ((GLclampd) n[1].f, (GLclampd) n[2].f));
H A Dmtypes.h526 GLclampd Clear; /**< Value to clear depth buffer to */
/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
H A DglwTypes.inl62 typedef double GLclampd;
H A DglwApi.inl1048 void glwDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
H A DglwFunctionTypes.inl156 typedef GLW_APICALL void (GLW_APIENTRY* glDepthBoundsEXTFunc) (GLclampd zmin, GLclampd zmax);
H A DglwImpl.inl1207 void glwDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h258 void (GLAPIENTRY * ClearDepth)(GLclampd);
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h161 GLclampd DepthNear, DepthFar;
/external/mesa3d/include/GL/
H A 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 );
H A Dglext.h6645 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6647 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
H A Dglcorearb.h195 typedef double GLclampd; typedef
/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h4607 typedef void (GLAPIENTRYP _glptr_ClearDepth)(GLclampd);
4614 static inline void SET_ClearDepth(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd)) {
5487 typedef void (GLAPIENTRYP _glptr_DepthRange)(GLclampd, GLclampd);
5494 static inline void SET_DepthRange(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd, GLclampd)) {
11460 typedef void (GLAPIENTRYP _glptr_DepthRangeArrayv)(GLuint, GLsizei, const GLclampd *);
11467 static inline void SET_DepthRangeArrayv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLclampd *)) {
11471 typedef void (GLAPIENTRYP _glptr_DepthRangeIndexed)(GLuint, GLclampd, GLclampd);
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp5617 void APIENTRY glClearDepth(GLclampd depth)
5619 TRACE("(GLclampd depth = %d)", depth);
5899 void APIENTRY glDepthRange(GLclampd zNear, GLclampd zFar)
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl156 void glDepthBoundsEXT (glw::GLclampd zmin, glw::GLclampd zmax);
H A DgluCallLogWrapper.inl1078 void CallLogWrapper::glDepthBoundsEXT (glw::GLclampd zmin, glw::GLclampd zmax)
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl1445 GLW_APICALL void GLW_APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
/external/swiftshader/include/GL/
H A Dglext.h6767 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6769 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
H A Dglcorearb.h366 typedef double GLclampd; typedef

Completed in 799 milliseconds