Home
last modified time | relevance | path

Searched defs:stencilEnabled (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrenderdepthstencilstate_p.h102 bool stencilEnabled() const { return m_stencilEnabled; } in stencilEnabled() function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/
H A DShader.cpp173 Resources.maxTessEvaluationTextureImageUnits = 16;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/adaptations/software/
H A Dqsgsoftwarerenderablenode.cpp240 bool stencilEnabled() const override { return false; } in stencilEnabled() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/adaptations/software/
H A Dqsgsoftwarerenderablenode.cpp240 bool stencilEnabled() const override { return false; } in stencilEnabled() function
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12renderer.cpp453 bool stencilEnabled() const override { return m_stencilEnabled; } in stencilEnabled() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12renderer.cpp453 bool stencilEnabled() const override { return m_stencilEnabled; } in stencilEnabled() function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp792 bool stencilEnabled = false; in PerformRenderPass() local
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp792 bool stencilEnabled = false; in PerformRenderPass() local
H A Dthin3d_gl.cpp173 bool stencilEnabled; member in Draw::OpenGLDepthStencilState
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLQueueRunner.cpp792 bool stencilEnabled = false; in PerformRenderPass() local
H A Dthin3d_gl.cpp173 bool stencilEnabled; member in Draw::OpenGLDepthStencilState
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp160 BOOL stencilEnabled; member in Draw::D3D9DepthStencilState
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp160 BOOL stencilEnabled; member in Draw::D3D9DepthStencilState
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/
H A Dthin3d_d3d9.cpp160 BOOL stencilEnabled; member in Draw::D3D9DepthStencilState
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/
H A Dthin3d.h461 bool stencilEnabled; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/
H A Dthin3d.h461 bool stencilEnabled; member
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-d3d11/
H A Dd3d11-subsystem.hpp890 bool stencilEnabled; member
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgbatchrenderer.cpp4401 bool stencilEnabled() const override { return m_stencilEnabled; } in stencilEnabled() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsgbatchrenderer.cpp4401 bool stencilEnabled() const override { return m_stencilEnabled; } in stencilEnabled() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2827 void GrGLGpu::flushHWAAState(GrRenderTarget* rt, bool useHWAA, bool stencilEnabled) { in flushHWAAState()