HomeSort by relevance Sort by last modified time
    Searched refs:VkFrontFace (Results 1 - 25 of 28) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawNegativeViewportHeightTests.cpp 61 VkFrontFace frontFace;
72 bool isCulled (const VkFrontFace triangleFace) const;
327 bool NegativeViewportHeightTestInstance::isCulled (const VkFrontFace triangleFace) const
502 VkFrontFace frontFace;
vktDrawCreateInfoUtil.hpp 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
vktDrawCreateInfoUtil.cpp 803 vk::VkFrontFace _frontFace,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 124 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; }
150 vk::VkFrontFace m_frontFace;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 135 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; }
161 vk::VkFrontFace m_frontFace;
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 119 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; }
149 vk::VkFrontFace m_frontFace;
vktTessellationWindingTests.cpp 62 inline VkFrontFace mapFrontFace (const Winding winding)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h 605 static inline uint32_t validate_VkFrontFace(VkFrontFace input_value)
607 switch ((VkFrontFace)input_value)
    [all...]
vk_safe_struct.h 518 VkFrontFace frontFace;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 21 const char* getFrontFaceName (VkFrontFace value);
68 inline tcu::Format::Enum<VkFrontFace> getFrontFaceStr (VkFrontFace value) { return tcu::Format::Enum<VkFrontFace>(getFrontFaceName, value); }
115 inline std::ostream& operator<< (std::ostream& s, VkFrontFace value) { return s << getFrontFaceStr(value); }
    [all...]
vkBasicTypes.inl 594 enum VkFrontFace
    [all...]
vkStructTypes.inl 686 VkFrontFace frontFace;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 587 typedef enum VkFrontFace {
594 } VkFrontFace;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 593 typedef enum VkFrontFace {
600 } VkFrontFace;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 587 typedef enum VkFrontFace {
594 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 567 typedef enum VkFrontFace {
574 } VkFrontFace;
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 668 typedef enum VkFrontFace {
675 } VkFrontFace;
    [all...]

Completed in 148 milliseconds

1 2