OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_frontFace
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp
114
,
m_frontFace
(vk::VK_FRONT_FACE_COUNTER_CLOCKWISE)
123
GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) {
m_frontFace
= frontFace; return *this; }
149
vk::VkFrontFace
m_frontFace
;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp
115
,
m_frontFace
(vk::VK_FRONT_FACE_COUNTER_CLOCKWISE)
124
GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) {
m_frontFace
= frontFace; return *this; }
150
vk::VkFrontFace
m_frontFace
;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp
108
,
m_frontFace
(vk::VK_FRONT_FACE_COUNTER_CLOCKWISE)
117
GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) {
m_frontFace
= frontFace; return *this; }
143
vk::VkFrontFace
m_frontFace
;
Completed in 60 milliseconds