Home
last modified time | relevance | path

Searched refs:SetEnableDepthTest (Results 1 – 10 of 10) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_GraphicDriver.cxx37 aSettings.SetEnableDepthTest (Standard_False); in IMPLEMENT_STANDARD_RTTIEXT()
53 aSettings.SetEnableDepthTest (Standard_True); in IMPLEMENT_STANDARD_RTTIEXT()
69 aSettings.SetEnableDepthTest (Standard_True); in IMPLEMENT_STANDARD_RTTIEXT()
85 aSettings.SetEnableDepthTest (Standard_True); in IMPLEMENT_STANDARD_RTTIEXT()
101 aSettings.SetEnableDepthTest (Standard_False); in IMPLEMENT_STANDARD_RTTIEXT()
H A DGraphic3d_ZLayerSettings.hxx120 void SetEnableDepthTest(const Standard_Boolean theValue) { myToEnableDepthTest = theValue; } in SetEnableDepthTest() function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_ZLayerSettings.hxx120 void SetEnableDepthTest(const Standard_Boolean theValue) { myToEnableDepthTest = theValue; } in SetEnableDepthTest() function
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_ZLayerSettings.hxx126 void SetEnableDepthTest(const Standard_Boolean theValue) { myToEnableDepthTest = theValue; } in SetEnableDepthTest() function
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DrenderPassState.cpp345 HdRenderPassState::SetEnableDepthTest(bool enabled) in SetEnableDepthTest() function in HdRenderPassState
H A DrenderPassState.h276 void SetEnableDepthTest(bool enabled);
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DoitResolveTask.cpp355 _renderPassState->SetEnableDepthTest(false); in Prepare()
H A DpickTask.cpp286 state->SetEnableDepthTest(true); in Sync()
/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/visualization/
H A Dvisualization.md1853 aSettings.SetEnableDepthTest (true);
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ViewerCommands.cxx4769 aSettings.SetEnableDepthTest (toEnable); in VZLayer()