Home
last modified time | relevance | path

Searched refs:setLineWidth (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp92 void setLineWidth(float lineWidth);
DVkCommandBuffer.cpp1447 void CommandBuffer::setLineWidth(float lineWidth) in setLineWidth() function in vk::CommandBuffer
DlibVulkan.cpp2525 vk::Cast(commandBuffer)->setLineWidth(lineWidth); in vkCmdSetLineWidth()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp319 void setLineWidth(float width);
DRenderer.cpp2628 void Renderer::setLineWidth(float width) in setLineWidth() function in sw::Renderer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp193 void setLineWidth (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setLineWidth() function
529 { VK_DYNAMIC_STATE_LINE_WIDTH, { {}, setLineWidth } }, in getDynamicStateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp193 void setLineWidth (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setLineWidth() function
529 { VK_DYNAMIC_STATE_LINE_WIDTH, { {}, setLineWidth } }, in getDynamicStateInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h231 void setLineWidth(float width);
DStateManagerGL.cpp1689 void StateManagerGL::setLineWidth(float width) in setLineWidth() function in rx::StateManagerGL
1948 setLineWidth(state.getLineWidth()); in syncState()
2836 setLineWidth(state->lineWidth); in restoreNativeContext()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h462 void setLineWidth(GLfloat width);
DContext.cpp661 void Context::setLineWidth(GLfloat width) in setLineWidth() function in es2::Context
664 device->setLineWidth(clamp(width, ALIASED_LINE_WIDTH_RANGE_MIN, ALIASED_LINE_WIDTH_RANGE_MAX)); in setLineWidth()
DlibGLESv2.cpp3995 context->setLineWidth(width); in LineWidth()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_1_0.cpp329 mState.setLineWidth(ConvertFixedToFloat(width)); in lineWidthx()
DState.h281 void setLineWidth(GLfloat width);
DState.cpp1557 void State::setLineWidth(GLfloat width) in setLineWidth() function in gl::State
DContext.cpp5583 mState.setLineWidth(width); in lineWidth()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_raii.hpp4037 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT;
9869 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT in setLineWidth() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkan_handles.hpp3278 void setLineWidth( float lineWidth,
Dvulkan_funcs.hpp4567 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VU… in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
Dvulkan_structs.hpp28106 PipelineRasterizationStateCreateInfo & setLineWidth( float lineWidth_ ) VULKAN_HPP_NOEXCEPT in setLineWidth() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_raii.hpp5063 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT;
12337 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT in setLineWidth() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkan_handles.hpp4027 …void setLineWidth( float lineWidth, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) …
Dvulkan_funcs.hpp4339 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VU… in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
Dvulkan_structs.hpp36067 …VULKAN_HPP_CONSTEXPR_14 PipelineRasterizationStateCreateInfo & setLineWidth( float lineWidth_ ) VU… in setLineWidth() function