Searched refs:maxViewportHeight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DCaps.h223 GLuint maxViewportHeight; member in struct:gl::Caps
H A DCaps.cpp380 maxViewportHeight(0),
H A DContext.cpp939 params[1] = mCaps.maxViewportHeight;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp365 caps->maxViewportHeight = caps->maxViewportWidth;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp896 caps->maxViewportHeight = caps->maxViewportWidth;
H A DRenderer11.cpp732 dxViewport.TopLeftY = gl::clamp(actualViewport.y, -static_cast<int>(caps.maxViewportHeight), static_cast<int>(caps.maxViewportHeight));
734 dxViewport.Height = gl::clamp(actualViewport.height, 0, static_cast<int>(caps.maxViewportHeight - dxViewport.TopLeftY));

Completed in 134 milliseconds