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

  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 21 const char* getFrontFaceName (VkFrontFace value);
61 inline tcu::Format::Enum<VkFrontFace> getFrontFaceStr (VkFrontFace value) { return tcu::Format::Enum<VkFrontFace>(getFrontFaceName, value); }
101 inline std::ostream& operator<< (std::ostream& s, VkFrontFace value) { return s << getFrontFaceStr(value); }
vkBasicTypes.inl 471 enum VkFrontFace
    [all...]
vkStructTypes.inl 686 VkFrontFace frontFace;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
vktDrawCreateInfoUtil.cpp 803 vk::VkFrontFace _frontFace,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 348 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
vktDynamicStateCreateInfoUtil.cpp 802 vk::VkFrontFace _frontFace,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
vktQueryPoolCreateInfoUtil.cpp 809 vk::VkFrontFace _frontFace,
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 570 typedef enum VkFrontFace {
577 } VkFrontFace;
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 567 typedef enum VkFrontFace {
574 } VkFrontFace;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 563 typedef enum VkFrontFace {
570 } VkFrontFace;
    [all...]

Completed in 99 milliseconds