Home
last modified time | relevance | path

Searched refs:mViewportBounds (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp683 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()
DStateManager11.h503 gl::Extents mViewportBounds; variable