Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
Dparselog.py188 c.setLineWidth(0.25)
200 c.setLineWidth(1.0)
203 c.setLineWidth(0.25)
215 c.setLineWidth(0.1)
238 c.setLineWidth(0.3)
240 c.setLineWidth(0.1)
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp77 void setLineWidth(float lineWidth);
DVkCommandBuffer.cpp593 void CommandBuffer::setLineWidth(float lineWidth) in setLineWidth() function in vk::CommandBuffer
DlibVulkan.cpp1295 vk::Cast(commandBuffer)->setLineWidth(lineWidth); in vkCmdSetLineWidth()
/external/skqp/gm/
Dpoly2poly.cpp25 void setLineWidth(double);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAudioFragment.java287 line.setLineWidth(2f); in drawWaveformChart()
/external/swiftshader/src/Device/
DRenderer.hpp289 void setLineWidth(float width);
DRenderer.cpp2114 void Renderer::setLineWidth(float width) in setLineWidth() function in sw::Renderer
/external/swiftshader/src/Renderer/
DRenderer.hpp320 void setLineWidth(float width);
DRenderer.cpp2530 void Renderer::setLineWidth(float width) in setLineWidth() function in sw::Renderer
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h405 void setLineWidth(GLfloat width);
DContext.cpp802 void Context::setLineWidth(GLfloat width) in setLineWidth() function in es1::Context
805 device->setLineWidth(clamp(width, ALIASED_LINE_WIDTH_RANGE_MIN, ALIASED_LINE_WIDTH_RANGE_MAX)); in setLineWidth()
DlibGLES_CM.cpp2826 context->setLineWidth(width); in LineWidth()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h490 void setLineWidth(GLfloat width);
DContext.cpp660 void Context::setLineWidth(GLfloat width) in setLineWidth() function in es2::Context
663 device->setLineWidth(clamp(width, ALIASED_LINE_WIDTH_RANGE_MIN, ALIASED_LINE_WIDTH_RANGE_MAX)); in setLineWidth()
DlibGLESv2.cpp4016 context->setLineWidth(width); in LineWidth()
/external/antlr/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1295 wr.setLineWidth(lineWidth); in write()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp12243 void setLineWidth( float lineWidth, Dispatch const &d = Dispatch() ) const;
29394 PipelineRasterizationStateCreateInfo & setLineWidth( float lineWidth_ ) in setLineWidth() function
48073 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const &d) const in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
48079 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const &d ) const in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
/external/swiftshader/include/vulkan/
Dvulkan.hpp10823 PipelineRasterizationStateCreateInfo& setLineWidth( float lineWidth_ ) in setLineWidth() function
37808 void setLineWidth( float lineWidth, Dispatch const &d = Dispatch() ) const;
38330 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const &d) const in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
38336 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const &d ) const in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer