Searched defs:Viewport (Results 1 – 10 of 10) sorted by relevance
29 struct Viewport struct31 int x0;32 int y0;33 unsigned int width;34 unsigned int height;35 float minZ;36 float maxZ;
5627 void GL_APIENTRY Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
24 struct Viewport { struct25 float x;26 float y;27 float w;28 float h;29 float mind;30 float maxd;
213 struct Viewport struct215 float x0;216 float y0;217 float width;218 float height;219 float minZ;220 float maxZ;
122 SDL_Rect Viewport; in ImGui_ImplSDLRenderer_RenderDrawData() member
492 PFNGLVIEWPORTPROC Viewport; member
237 TEST_P(GLES1CovglTest, Viewport) in TEST_P() argument
11709 struct Viewport struct11711 using NativeType = VkViewport;11714 VULKAN_HPP_CONSTEXPR Viewport( float x_ = {}, in Viewport() function11730 …Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function11737 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()11742 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()11748 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()11754 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()11760 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()11766 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()[all …]
14466 struct Viewport struct14472 …Viewport( float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {… in Viewport() function14484 …Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function14491 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()14496 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()14502 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()14508 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()14514 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()14520 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()14526 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()[all …]
3241 } Viewport; member