/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/ |
H A D | RenderingAttributesRetained.java | 95 int stencilCompareMask = ~0; field in RenderingAttributesRetained 460 stencilCompareMask = compareMask; in initStencilFunction() 482 params[2] = stencilCompareMask; in getStencilFunction() 525 stencilFunction, stencilReferenceValue, stencilCompareMask, in updateNative() 607 mirrorRa.stencilCompareMask = (((Integer)arrlist.get(2)).intValue()); in updateMirrorObject() 632 (rr.stencilCompareMask == stencilCompareMask) && in equivalent() 653 stencilCompareMask = ra.stencilCompareMask; in set()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | StateMappingVulkan.h | 17 uint8_t stencilCompareMask; member
|
H A D | StateMappingVulkan.cpp | 314 dynState.stencilCompareMask = stencilState.testMask; in ConvertStateToVulkanKey() 389 …renderManager->SetStencilParams(dynState_.stencilWriteMask, dynState_.stencilCompareMask, applySte… in ApplyDrawStateLate()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | StateMappingVulkan.h | 17 uint8_t stencilCompareMask; member
|
H A D | StateMappingVulkan.cpp | 314 dynState.stencilCompareMask = stencilState.testMask; in ConvertStateToVulkanKey() 389 …renderManager->SetStencilParams(dynState_.stencilWriteMask, dynState_.stencilCompareMask, applySte… in ApplyDrawStateLate()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/ |
H A D | StateMappingVulkan.h | 17 uint8_t stencilCompareMask; member
|
H A D | StateMappingVulkan.cpp | 314 dynState.stencilCompareMask = stencilState.testMask; in ConvertStateToVulkanKey() 389 …renderManager->SetStencilParams(dynState_.stencilWriteMask, dynState_.stencilCompareMask, applySte… in ApplyDrawStateLate()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | StateMappingD3D11.h | 43 unsigned int stencilCompareMask : 8; member
|
H A D | StateMappingD3D11.cpp | 342 keys_.depthStencil.stencilCompareMask = stencilState.testMask; in ApplyDrawState() 358 desc.StencilReadMask = keys_.depthStencil.stencilCompareMask; in ApplyDrawState()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/ |
H A D | StateMappingD3D11.h | 43 unsigned int stencilCompareMask : 8; member
|
H A D | StateMappingD3D11.cpp | 342 keys_.depthStencil.stencilCompareMask = stencilState.testMask; in ApplyDrawState() 358 desc.StencilReadMask = keys_.depthStencil.stencilCompareMask; in ApplyDrawState()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/ |
H A D | StateMappingD3D11.h | 43 unsigned int stencilCompareMask : 8; member
|
H A D | StateMappingD3D11.cpp | 342 keys_.depthStencil.stencilCompareMask = stencilState.testMask; in ApplyDrawState() 358 desc.StencilReadMask = keys_.depthStencil.stencilCompareMask; in ApplyDrawState()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | VulkanQueueRunner.h | 85 uint8_t stencilCompareMask; member
|
H A D | VulkanRenderManager.h | 217 data.stencil.stencilCompareMask = compareMask; in SetStencilParams()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | VulkanQueueRunner.h | 85 uint8_t stencilCompareMask; member
|
H A D | VulkanRenderManager.h | 217 data.stencil.stencilCompareMask = compareMask; in SetStencilParams()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/ |
H A D | VulkanQueueRunner.h | 85 uint8_t stencilCompareMask; member
|
H A D | VulkanRenderManager.h | 217 data.stencil.stencilCompareMask = compareMask; in SetStencilParams()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 178 uint8_t stencilCompareMask; 183 render->SetStencilFunc(stencilEnabled, stencilCompareOp, stencilRef, stencilCompareMask); 397 curPipeline_->depthStencil->stencilCompareMask); 931 ds->stencilCompareMask = desc.front.compareMask;
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 178 uint8_t stencilCompareMask; member in Draw::OpenGLDepthStencilState 183 render->SetStencilFunc(stencilEnabled, stencilCompareOp, stencilRef, stencilCompareMask); in Apply() 397 curPipeline_->depthStencil->stencilCompareMask); in SetStencilRef() 931 ds->stencilCompareMask = desc.front.compareMask; in CreateDepthStencilState()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/ |
H A D | thin3d_gl.cpp | 178 uint8_t stencilCompareMask; member in Draw::OpenGLDepthStencilState 183 render->SetStencilFunc(stencilEnabled, stencilCompareOp, stencilRef, stencilCompareMask); in Apply() 397 curPipeline_->depthStencil->stencilCompareMask); in SetStencilRef() 931 ds->stencilCompareMask = desc.front.compareMask; in CreateDepthStencilState()
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 165 uint8_t stencilCompareMask; member in Draw::D3D9DepthStencilState 179 device->SetRenderState(D3DRS_STENCILMASK, stencilCompareMask); in Apply() 732 ds->stencilCompareMask = desc.front.compareMask; in CreateDepthStencilState()
|
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 165 uint8_t stencilCompareMask; member in Draw::D3D9DepthStencilState 179 device->SetRenderState(D3DRS_STENCILMASK, stencilCompareMask); in Apply() 732 ds->stencilCompareMask = desc.front.compareMask; in CreateDepthStencilState()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/D3D9/ |
H A D | thin3d_d3d9.cpp | 165 uint8_t stencilCompareMask; member in Draw::D3D9DepthStencilState 179 device->SetRenderState(D3DRS_STENCILMASK, stencilCompareMask); in Apply() 732 ds->stencilCompareMask = desc.front.compareMask; in CreateDepthStencilState()
|