/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 92 void setLineWidth(float lineWidth);
|
H A D | VkCommandBuffer.cpp | 1447 void CommandBuffer::setLineWidth(float lineWidth) in setLineWidth() function in vk::CommandBuffer
|
H A D | libVulkan.cpp | 2525 vk::Cast(commandBuffer)->setLineWidth(lineWidth); in vkCmdSetLineWidth()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.hpp | 319 void setLineWidth(float width);
|
H A D | Renderer.cpp | 2628 void Renderer::setLineWidth(float width)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 195 void setLineWidth (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*) in setLineWidth() function 531 { VK_DYNAMIC_STATE_LINE_WIDTH, { {}, setLineWidth } }, in getDynamicStateInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A 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/ |
H A D | StateManagerGL.h | 231 void setLineWidth(float width);
|
H A D | StateManagerGL.cpp | 1689 void StateManagerGL::setLineWidth(float width) 1948 setLineWidth(state.getLineWidth()); 2836 setLineWidth(state->lineWidth);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_1_0.cpp | 329 mState.setLineWidth(ConvertFixedToFloat(width)); in lineWidthx()
|
H A D | State.h | 281 void setLineWidth(GLfloat width);
|
H A D | State.cpp | 1557 void State::setLineWidth(GLfloat width) in setLineWidth() function in State
|
H A D | Context.cpp | 5583 mState.setLineWidth(width); in lineWidth()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 462 void setLineWidth(GLfloat width);
|
H A 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()
|
H A D | libGLESv2.cpp | 3995 context->setLineWidth(width); in LineWidth()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A 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
|
H A D | vulkan_handles.hpp | 3278 void setLineWidth( float lineWidth,
|
H A D | vulkan_funcs.hpp | 4567 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT [all...] |
H A D | vulkan_structs.hpp | [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_raii.hpp | 5416 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT; 13022 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT [all...] |
H A D | vulkan_handles.hpp | 4373 void setLineWidth( float lineWidth, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
|
H A D | vulkan_funcs.hpp | 4347 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT [all...] |
H A D | vulkan_structs.hpp | [all...] |