Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h397 void setLineWidth(GLfloat lineWidth);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1580 ctx->setLineWidth(width); in glLineWidth()
1587 ctx->setLineWidth(X2F(width)); in glLineWidthx()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1616 void GLEScontext::setLineWidth(GLfloat lineWidth) { in setLineWidth() function in GLEScontext
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_raii.hpp2399 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT;
6725 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT in setLineWidth() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkansc_handles.hpp2151 …void setLineWidth( float lineWidth, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT )…
Dvulkan_raii.hpp4831 void setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT;
11555 VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth ) const VULKAN_HPP_NOEXCEPT in setLineWidth() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkansc_funcs.hpp3098 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const V… in setLineWidth() function in VULKAN_HPP_NAMESPACE::CommandBuffer
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3209 ctx->setLineWidth(width); in glLineWidth()