Home
last modified time | relevance | path

Searched defs:cullMode (Results 1 - 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSetupProcessor.hpp58 VkCullModeFlags cullMode : BITS(VK_CULL_MODE_FLAG_BITS_MAX_ENUM); member
H A DContext.hpp220 VkCullModeFlags cullMode = 0; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCullingTests.cpp22 wgpu::RenderPipeline CreatePipelineForTest(wgpu::FrontFace frontFace, wgpu::CullMode cullMode) { in CreatePipelineForTest() argument
71 DoTest(wgpu::FrontFace frontFace, wgpu::CullMode cullMode, bool isCCWTriangleCulled, bool isCWTriangleCulled) DoTest() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp183 D3D11_CULL_MODE cullMode = in getRasterizerState() local
H A Drenderer11_utils.cpp1837 D3D11_CULL_MODE ConvertCullMode(bool cullEnabled, gl::CullFaceMode cullMode) in ConvertCullMode() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.hpp52 CullMode cullMode : BITS(CULL_LAST); member
H A DContext.hpp434 CullMode cullMode; member in sw::Context
H A DPixelProcessor.cpp598 void PixelProcessor::setCullMode(CullMode cullMode, bool frontFacingCCW) in setCullMode() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp55 GLenum cullMode = (mode == wgpu::CullMode::Front) ? GL_FRONT : GL_BACK; in ApplyFrontFaceAndCulling() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp81 vk::VkCullModeFlags cullMode; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp442 const VkCullModeFlags cullMode = VK_CULL_MODE_BACK_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp64 VkCullModeFlagBits cullMode; member
402 std::string getCullModeStr (const VkCullModeFlagBits cullMode) in getCullModeStr() argument
638 VkCullModeFlagBits cullMode; in populateTestGroup() member
639 } cullMode[] = populateTestGroup() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp79 vk::VkCullModeFlags cullMode; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationWindingTests.cpp442 const VkCullModeFlags cullMode = VK_CULL_MODE_BACK_BIT; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp836 void StateManager9::setCullMode(bool cullFace, gl::CullFaceMode cullMode, GLenum frontFace) in setCullMode() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp146 VkCullModeFlagBits cullMode; member
448 std::string getCullModeStr (const VkCullModeFlagBits cullMode) in getCullModeStr() argument
681 VkCullModeFlagBits cullMode; in populateTestGroup() member
682 } cullMode[] = populateTestGroup() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h297 MTLCullMode cullMode; member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp386 CullMode cullMode; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h220 CullFaceMode cullMode; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c977 SVGA3D_vgpu10_DefineRasterizerState(struct svga_winsys_context *swc, SVGA3dRasterizerStateId rasterizerId, uint8 fillMode, SVGA3dCullMode cullMode, uint8 frontCounterClockwise, int32 depthBias, float depthBiasClamp, float slopeScaledDepthBias, uint8 depthClipEnable, uint8 scissorEnable, uint8 multisampleEnable, uint8 antialiasedLineEnable, float lineWidth, uint8 lineStippleEnable, uint8 lineStippleFactor, uint16 lineStipplePattern, uint8 provokingVertexLast) SVGA3D_vgpu10_DefineRasterizerState() argument
1808 SVGA3D_sm5_DefineRasterizerState_v2(struct svga_winsys_context *swc, SVGA3dRasterizerStateId rasterizerId, uint8 fillMode, SVGA3dCullMode cullMode, uint8 frontCounterClockwise, int32 depthBias, float depthBiasClamp, float slopeScaledDepthBias, uint8 depthClipEnable, uint8 scissorEnable, uint8 multisampleEnable, uint8 antialiasedLineEnable, float lineWidth, uint8 lineStippleEnable, uint8 lineStippleFactor, uint16 lineStipplePattern, uint8 provokingVertexLast, uint32 forcedSampleCount) SVGA3D_sm5_DefineRasterizerState_v2() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c1827 vk_common_CmdSetCullMode(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) vk_common_CmdSetCullMode() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h311 GLenum cullMode; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c1640 vn_CmdSetCullMode(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) in vn_CmdSetCullMode() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1857 VkCullModeFlags cullMode = VK_CULL_MODE_NONE; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c2722 tu_CmdSetCullModeEXT(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) in tu_CmdSetCullModeEXT() argument

Completed in 46 milliseconds

12