Home
last modified time | relevance | path

Searched defs:SetDepthStencil (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp50 void RenderPassCacheQuery::SetDepthStencil(wgpu::TextureFormat format, in SetDepthStencil() function in dawn_native::vulkan::RenderPassCacheQuery
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp48 void RenderPassCacheQuery::SetDepthStencil(wgpu::TextureFormat format, in SetDepthStencil() function in dawn_native::vulkan::RenderPassCacheQuery
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp1727 void Graphics::SetDepthStencil(RenderSurface* depthStencil) in SetDepthStencil() function in Urho3D::Graphics
1763 void Graphics::SetDepthStencil(Texture2D* texture) in SetDepthStencil() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp1443 void Graphics::SetDepthStencil(RenderSurface* depthStencil) in SetDepthStencil() function in Urho3D::Graphics
1452 void Graphics::SetDepthStencil(Texture2D* texture) in SetDepthStencil() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1641 void Graphics::SetDepthStencil(RenderSurface* depthStencil) in SetDepthStencil() function in Urho3D::Graphics
1661 void Graphics::SetDepthStencil(Texture2D* texture) in SetDepthStencil() function in Urho3D::Graphics
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/inc/
H A Dd3dx11effect.h613 STDMETHOD(SetDepthStencil)(THIS_ _In_ ID3D11DepthStencilView *pResource) PURE; in DECLARE_INTERFACE_() local
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/tests/
H A Dvkrenderframework.cpp1857 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… function in VkPipelineObj
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvkrenderframework.cpp1839 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… function in VkPipelineObj
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvkrenderframework.cpp2187 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… function in VkPipelineObj
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d10effect.h537 STDMETHOD(SetDepthStencil)(THIS_ ID3D10DepthStencilView *view) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d10effect.h537 STDMETHOD(SetDepthStencil)(THIS_ ID3D10DepthStencilView *view) PURE; in DECLARE_INTERFACE_() local
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d10effect.h810 STDMETHOD(SetDepthStencil)(THIS_ _In_opt_ ID3D10DepthStencilView *pResource) PURE; in DECLARE_INTERFACE_() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/
H A DEffectVariable.inl3986 HRESULT TDepthStencilViewVariable<IBaseInterface>::SetDepthStencil(ID3D11DepthStencilView *pResourc… function in TDepthStencilViewVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D10/
H A Dmod.rs7760 …pub unsafe fn SetDepthStencil<'a, Param0: ::windows::runtime::IntoParam<'a, ID3D10DepthStencilView… in SetDepthStencil() method