/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 188 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/ |
D | VkCommandBuffer.hpp | 77 void setLineWidth(float lineWidth);
|
D | VkCommandBuffer.cpp | 593 void CommandBuffer::setLineWidth(float lineWidth) in setLineWidth() function in vk::CommandBuffer
|
D | libVulkan.cpp | 1295 vk::Cast(commandBuffer)->setLineWidth(lineWidth); in vkCmdSetLineWidth()
|
/external/skqp/gm/ |
D | poly2poly.cpp | 25 void setLineWidth(double);
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | AudioFragment.java | 287 line.setLineWidth(2f); in drawWaveformChart()
|
/external/swiftshader/src/Device/ |
D | Renderer.hpp | 289 void setLineWidth(float width);
|
D | Renderer.cpp | 2114 void Renderer::setLineWidth(float width) in setLineWidth() function in sw::Renderer
|
/external/swiftshader/src/Renderer/ |
D | Renderer.hpp | 320 void setLineWidth(float width);
|
D | Renderer.cpp | 2530 void Renderer::setLineWidth(float width) in setLineWidth() function in sw::Renderer
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 405 void setLineWidth(GLfloat width);
|
D | Context.cpp | 802 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()
|
D | libGLES_CM.cpp | 2826 context->setLineWidth(width); in LineWidth()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 490 void setLineWidth(GLfloat width);
|
D | Context.cpp | 660 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()
|
D | libGLESv2.cpp | 4016 context->setLineWidth(width); in LineWidth()
|
/external/antlr/tool/src/main/java/org/antlr/codegen/ |
D | CodeGenerator.java | 1295 wr.setLineWidth(lineWidth); in write()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 12243 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/ |
D | vulkan.hpp | 10823 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
|