Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotRasterization_unittest.cpp33 GLfloat lineWidth; in stateCheck() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DGLEScontext.cpp1616 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/
DVkSubDecoder.cpp185 float lineWidth; in subDecode() local
DVkDecoderSnapshot.cpp1012 float lineWidth) { in vkCmdSetLineWidth()
6366 VkCommandBuffer commandBuffer, float lineWidth) { in vkCmdSetLineWidth()
DVkDecoder.cpp6533 float lineWidth; in decode() local
/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/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_funcs.hpp3588 …VULKAN_HPP_INLINE void CommandBuffer::setLineWidth( float lineWidth, Dispatch const & d ) const V… in setLineWidth()
Dvulkan_core.h3429 float lineWidth; member
Dvulkan_structs.hpp34194 float lineWidth = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dfunc_table.cpp895 static void entry_vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in entry_vkCmdSetLineWidth()
DVkEncoder.cpp11874 void VkEncoder::vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth, uint32_t doLock) { in vkCmdSetLineWidth()