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/
H A DVkCommandBuffer.hpp92 void setLineWidth(float lineWidth);
H A DVkCommandBuffer.cpp1447 void CommandBuffer::setLineWidth(float lineWidth) in setLineWidth() function in vk::CommandBuffer
H A DlibVulkan.cpp2525 vk::Cast(commandBuffer)->setLineWidth(lineWidth); in vkCmdSetLineWidth()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp319 void setLineWidth(float width);
H A DRenderer.cpp2628 void Renderer::setLineWidth(float width)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp195 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 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/
H A DStateManagerGL.h231 void setLineWidth(float width);
H A DStateManagerGL.cpp1689 void StateManagerGL::setLineWidth(float width)
1948 setLineWidth(state.getLineWidth());
2836 setLineWidth(state->lineWidth);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_1_0.cpp329 mState.setLineWidth(ConvertFixedToFloat(width)); in lineWidthx()
H A DState.h281 void setLineWidth(GLfloat width);
H A DState.cpp1557 void State::setLineWidth(GLfloat width) in setLineWidth() function in State
H A DContext.cpp5583 mState.setLineWidth(width); in lineWidth()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h462 void setLineWidth(GLfloat width);
H A 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()
H A DlibGLESv2.cpp3995 context->setLineWidth(width); in LineWidth()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp4037 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT;
9869 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp3278 void setLineWidth( float lineWidth,
H A Dvulkan_funcs.hpp4567 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
[all...]
H A Dvulkan_structs.hpp[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp5416 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT;
13022 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT
[all...]
H A Dvulkan_handles.hpp4373 void setLineWidth( float lineWidth, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
H A Dvulkan_funcs.hpp4347 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
[all...]
H A Dvulkan_structs.hpp[all...]

Completed in 328 milliseconds