/third_party/mesa3d/src/mesa/main/ |
H A D | viewport.c | 292 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 D | viewport.h | 40 GLclampd nearval, GLclampd farval);
|
H A D | depth.c | 45 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth() 142 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT()
|
H A D | clear.c | 595 const GLclampd clearSave = ctx->Depth.Clear; in clear_bufferfv() 741 const GLclampd clearDepthSave = ctx->Depth.Clear; in clear_bufferfi()
|
H A D | mtypes.h | 372 GLclampd Clear; /**< Value to clear depth buffer to */ 376 GLclampd BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */
|
H A D | dlist.c | 2199 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 D | glwDefs.cpp | 47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
|
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/ |
H A D | opengl_platform.h | 32 using GLclampd = double;
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 242 void (APIENTRY *glClearDepth )( GLclampd depth ); 322 void (APIENTRY *glDepthRange )( GLclampd zNear, GLclampd zFar );
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 128 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 D | glext.h | 6791 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax); 6793 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
|
H A D | glcorearb.h | 367 typedef double GLclampd; typedef
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3_loader.h | 207 typedef double GLclampd; typedef
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 87 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 D | gles2.h | 792 typedef double GLclampd; typedef
|
H A D | gl.h | 1803 typedef double GLclampd; typedef
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_typedefs.h | 40 typedef double GLclampd; typedef
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 6773 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax); 6775 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
|
H A D | glcorearb.h | 348 typedef double GLclampd; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 6768 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax); 6770 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
|
H A D | glcorearb.h | 366 typedef double GLclampd; typedef
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 6767 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax); 6769 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
|
H A D | glcorearb.h | 366 typedef double GLclampd; typedef
|