Home
last modified time | relevance | path

Searched defs:lineWidth (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotRasterization_unittest.cpp33 GLfloat lineWidth; in stateCheck() local
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp186 float lineWidth; in subDecode() local
DVkDecoderSnapshot.cpp1008 float lineWidth) { in vkCmdSetLineWidth()
4697 VkCommandBuffer commandBuffer, float lineWidth) { in vkCmdSetLineWidth()
DVkDecoder.cpp6560 float lineWidth; in decode() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c2377 float lineWidth) in vk_common_CmdSetLineWidth()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1616 void GLEScontext::setLineWidth(GLfloat lineWidth) { in setLineWidth()
/hardware/google/gfxstream/guest/vulkan_enc/
Dfunc_table.cpp1196 void gfxstream_vk_CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in gfxstream_vk_CmdSetLineWidth()
DVkEncoder.cpp11781 void VkEncoder::vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth, uint32_t doLock) { in vkCmdSetLineWidth()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp3098 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const V… in setLineWidth()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3564 float lineWidth; member