/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 92 void setLineWidth(float lineWidth);
|
D | VkCommandBuffer.cpp | 1447 void CommandBuffer::setLineWidth(float lineWidth) in setLineWidth() function in vk::CommandBuffer
|
D | libVulkan.cpp | 2525 vk::Cast(commandBuffer)->setLineWidth(lineWidth); in vkCmdSetLineWidth()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.hpp | 319 void setLineWidth(float width);
|
D | Renderer.cpp | 2628 void Renderer::setLineWidth(float width) in setLineWidth() function in sw::Renderer
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 193 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/ |
D | vktDynamicStateComputeTests.cpp | 193 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/ |
D | StateManagerGL.h | 231 void setLineWidth(float width);
|
D | StateManagerGL.cpp | 1689 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/ |
D | Context.h | 462 void setLineWidth(GLfloat width);
|
D | Context.cpp | 661 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()
|
D | libGLESv2.cpp | 3995 context->setLineWidth(width); in LineWidth()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_1_0.cpp | 329 mState.setLineWidth(ConvertFixedToFloat(width)); in lineWidthx()
|
D | State.h | 281 void setLineWidth(GLfloat width);
|
D | State.cpp | 1557 void State::setLineWidth(GLfloat width) in setLineWidth() function in gl::State
|
D | Context.cpp | 5583 mState.setLineWidth(width); in lineWidth()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_raii.hpp | 4037 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
|
D | vulkan_handles.hpp | 3278 void setLineWidth( float lineWidth,
|
D | vulkan_funcs.hpp | 4567 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VU… in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
|
D | vulkan_structs.hpp | 28106 PipelineRasterizationStateCreateInfo & setLineWidth( float lineWidth_ ) VULKAN_HPP_NOEXCEPT in setLineWidth() function
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_raii.hpp | 5063 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
|
D | vulkan_handles.hpp | 4027 …void setLineWidth( float lineWidth, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) …
|
D | vulkan_funcs.hpp | 4339 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VU… in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
|
D | vulkan_structs.hpp | 36067 …VULKAN_HPP_CONSTEXPR_14 PipelineRasterizationStateCreateInfo & setLineWidth( float lineWidth_ ) VU… in setLineWidth() function
|