Searched defs:Viewport (Results 1 – 8 of 8) 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;
4567 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
5662 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
214 struct Viewport struct216 float x0;217 float y0;218 float width;219 float height;220 float minZ;221 float maxZ;
589 void (*Viewport)(struct gl_context *ctx); member
5354 struct Viewport struct5356 Viewport( float x_ = 0, in Viewport() function5371 Viewport( VkViewport const & rhs ) in Viewport() function5376 Viewport& operator=( VkViewport const & rhs ) in operator =()5381 Viewport& setX( float x_ ) in setX()5387 Viewport& setY( float y_ ) in setY()5393 Viewport& setWidth( float width_ ) in setWidth()5399 Viewport& setHeight( float height_ ) in setHeight()5405 Viewport& setMinDepth( float minDepth_ ) in setMinDepth()5411 Viewport& setMaxDepth( float maxDepth_ ) in setMaxDepth()[all …]
29094 struct Viewport struct29096 Viewport( float x_ = 0, in Viewport() function29110 Viewport( VkViewport const & rhs ) in Viewport() function29115 Viewport& operator=( VkViewport const & rhs ) in operator =()29121 Viewport & setX( float x_ ) in setX()29127 Viewport & setY( float y_ ) in setY()29133 Viewport & setWidth( float width_ ) in setWidth()29139 Viewport & setHeight( float height_ ) in setHeight()29145 Viewport & setMinDepth( float minDepth_ ) in setMinDepth()29151 Viewport & setMaxDepth( float maxDepth_ ) in setMaxDepth()[all …]