Searched refs:MAX_2D_RENDER_HEIGHT (Results 1 – 2 of 2) sorted by relevance
69 static const int MAX_2D_RENDER_HEIGHT = 128*2; variable479 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init()552 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT); in iterate()
79 static const int MAX_2D_RENDER_HEIGHT = 128*2; variable580 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init()653 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT); in iterate()