Searched refs:MAX_RENDER_HEIGHT (Results 1 – 6 of 6) sorted by relevance
47 static const int MAX_RENDER_HEIGHT = 256; variable460 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate()
50 static const int MAX_RENDER_HEIGHT = 128; variable437 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate()
71 static const int MAX_RENDER_HEIGHT = 32; variable2080 const int viewportH = de::min(renderTarget.getHeight(), MAX_RENDER_HEIGHT); in renderTest()
64 static const int MAX_RENDER_HEIGHT = 112; variable433 de::min(m_renderCtx.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT)); in getViewportSize()
74 MAX_RENDER_HEIGHT = 32, enumerator1583 const int viewportH = de::min<int>(renderTarget.getHeight(), MAX_RENDER_HEIGHT); in renderTest()
71 static const int MAX_RENDER_HEIGHT = 32; variable1668 const int viewportH = de::min(renderTarget.getHeight(), MAX_RENDER_HEIGHT); in renderTest()