Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dviewport.c292 GLclampd nearval, GLclampd farval) in set_depth_range_no_notify()
308 GLclampd nearval, GLclampd farval) in _mesa_set_depth_range()
322 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange()
357 * GLclampd near and far clip-plane values
368 _mesa_DepthRangeArrayv_no_error(GLuint first, GLsizei count, const GLclampd *v) in _mesa_DepthRangeArrayv_no_error()
378 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v) in _mesa_DepthRangeArrayv()
427 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearva
[all...]
H A Dviewport.h40 GLclampd nearval, GLclampd farval);
H A Ddepth.c45 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
142 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT()
H A Dclear.c595 const GLclampd clearSave = ctx->Depth.Clear; in clear_bufferfv()
741 const GLclampd clearDepthSave = ctx->Depth.Clear; in clear_bufferfi()
H A Dmtypes.h372 GLclampd Clear; /**< Value to clear depth buffer to */
376 GLclampd BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */
H A Ddlist.c2199 save_ClearDepth(GLclampd depth) in save_ClearDepth()
2525 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange()
4764 save_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f) in save_DepthRangeIndexed()
4784 save_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v) in save_DepthRangeArrayv()
4793 save_pointer(&n[3], memdup(v, count * 2 * sizeof(GLclampd))); in save_DepthRangeArrayv()
5509 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax) in save_DepthBoundsEXT()
11260 CALL_ClearDepth(ctx->Exec, ((GLclampd) in execute_list()
[all...]
/third_party/vk-gl-cts/framework/opengl/wrapper/
H A DglwDefs.cpp47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
H A Dopengl_platform.h32 using GLclampd = double;
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h242 void (APIENTRY *glClearDepth )( GLclampd depth );
322 void (APIENTRY *glDepthRange )( GLclampd zNear, GLclampd zFar );
/third_party/mesa3d/include/GL/
H A Dgl.h128 typedef double GLclampd; /* double precision float in [0,1] */ typedef
837 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
843 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
H A Dglext.h6791 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6793 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
H A Dglcorearb.h367 typedef double GLclampd; typedef
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3_loader.h207 typedef double GLclampd; typedef
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp87 void __indirect_glClearDepth(GLclampd depth) { } in __indirect_glClearDepth()
130 void __indirect_glDepthRange(GLclampd near_val, GLclampd far_val) { } in __indirect_glDepthRange()
/third_party/glfw/deps/glad/
H A Dgles2.h792 typedef double GLclampd; typedef
H A Dgl.h1803 typedef double GLclampd; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_typedefs.h40 typedef double GLclampd; typedef
/third_party/openGLES/api/GL/
H A Dglext.h6773 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6775 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
H A Dglcorearb.h348 typedef double GLclampd; typedef
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h6768 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
6770 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
H A Dglcorearb.h366 typedef double GLclampd; typedef
/third_party/skia/third_party/externals/opengl-registry/api/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 322 milliseconds