Home
last modified time | relevance | path

Searched refs:FrontFace (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp195 .frontFace = vkhpp::FrontFace::eCounterClockwise, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp2685 VULKAN_HPP_INLINE std::string to_string( FrontFace value ) in to_string()
2689 case FrontFace::eCounterClockwise : return "CounterClockwise"; in to_string()
2690 case FrontFace::eClockwise : return "Clockwise"; in to_string()
Dvulkan_to_string.hpp4854 VULKAN_HPP_INLINE std::string to_string( FrontFace value ) in to_string()
4858 case FrontFace::eCounterClockwise : return "CounterClockwise"; in to_string()
4859 case FrontFace::eClockwise : return "Clockwise"; in to_string()
Dvulkansc_raii.hpp2591 void setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace ) const VULKAN_HPP_NOEXCEPT;
2675 void setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace ) const VULKAN_HPP_NOEXCEPT;
8106 …VULKAN_HPP_INLINE void CommandBuffer::setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace ) co… in setFrontFace()
9538 …VULKAN_HPP_INLINE void CommandBuffer::setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace )… in setFrontFaceEXT()
Dvulkansc_enums.hpp1849 enum class FrontFace enum
Dvulkansc_handles.hpp2525 …void setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace, Dispatch const & d VULKAN_HPP_DEFAU…
2665 …void setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace, Dispatch const & d VULKAN_HPP_DE…
Dvulkan_raii.hpp5023 void setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace ) const VULKAN_HPP_NOEXCEPT;
5335 void setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace ) const VULKAN_HPP_NOEXCEPT;
13007 …VULKAN_HPP_INLINE void CommandBuffer::setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace ) co… in setFrontFace()
17154 …VULKAN_HPP_INLINE void CommandBuffer::setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace )… in setFrontFaceEXT()
Dvulkan_enums.hpp2922 enum class FrontFace enum
Dvulkansc_funcs.hpp5203 …VULKAN_HPP_INLINE void CommandBuffer::setFrontFace( VULKAN_HPP_NAMESPACE::FrontFace frontFace, Dis… in setFrontFace()
8121 …VULKAN_HPP_INLINE void CommandBuffer::setFrontFaceEXT( VULKAN_HPP_NAMESPACE::FrontFace frontFace, … in setFrontFaceEXT()
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h547 #define glFrontFace MANGLE(FrontFace)