Searched defs:Viewport (Results 1 – 7 of 7) 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
29094 struct Viewport struct29096 Viewport( float x_ = 0, in Viewport() function29110 Viewport( VkViewport const & rhs ) in Viewport() argument29115 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 …]