Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotRasterization_unittest.cpp34 GLfloat lineWidth; in stateCheck() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h225 float lineWidth; member
Dvk_cache_utils.cpp1008 float lineWidth) in updateLineWidth()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h60 PFNGLLINEWIDTHPROC lineWidth = nullptr; variable
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkSubDecoder.cpp164 float lineWidth; in subDecode() local
DVkDecoderSnapshot.cpp1445 float lineWidth) in vkCmdSetLineWidth()
7531 float lineWidth) in vkCmdSetLineWidth()
DVkDecoder.cpp5635 float lineWidth; in decode() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DGLEScontext.cpp1556 void GLEScontext::setLineWidth(GLfloat lineWidth) { in setLineWidth()
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp1151 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in CmdSetLineWidth()
1982 VKAPI_ATTR void vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in vkCmdSetLineWidth()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto1733 optional float lineWidth = 13; field
2575 optional float lineWidth = 2; field
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext.cpp4817 void Context::lineWidth(GLfloat width) in lineWidth() function in gl::Context
/device/generic/goldfish-opengl/system/vulkan_enc/
Dfunc_table.cpp1108 float lineWidth) in entry_vkCmdSetLineWidth()
DVkEncoder.cpp7805 float lineWidth, in vkCmdSetLineWidth()
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h2304 float lineWidth; member
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h2731 float lineWidth; member
Dvulkan.hpp37203 float lineWidth = {}; member
83269 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const V… in setLineWidth()