HomeSort by relevance Sort by last modified time
    Searched refs:maxViewportHeight (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.h 223 GLuint maxViewportHeight;
Caps.cpp 380 maxViewportHeight(0),
Context.cpp 939 params[1] = mCaps.maxViewportHeight;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
renderer9_utils.cpp 365 caps->maxViewportHeight = caps->maxViewportWidth;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
renderer11_utils.cpp 896 caps->maxViewportHeight = caps->maxViewportWidth;
    [all...]
Renderer11.cpp 732 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));
    [all...]

Completed in 134 milliseconds