Searched refs:mViewportBounds (Results 1 – 2 of 2) sorted by relevance
683 mViewportBounds(), in StateManager11()1426 dxMaxViewportBoundsX = static_cast<int>(mViewportBounds.width); in syncViewport()1427 dxMaxViewportBoundsY = static_cast<int>(mViewportBounds.height); in syncViewport()1565 if (mViewportBounds.width != size.width || mViewportBounds.height != size.height) in processFramebufferInvalidation()1567 mViewportBounds = gl::Extents(size.width, size.height, 1); in processFramebufferInvalidation()
503 gl::Extents mViewportBounds; variable