Searched refs:MAX_2D_RENDER_HEIGHT (Results 1 – 2 of 2) sorted by relevance
72 static const int MAX_2D_RENDER_HEIGHT = 128*2; variable482 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init()555 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT); in iterate()
81 static const int MAX_2D_RENDER_HEIGHT = 128*2; variable582 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2); in init()655 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT); in iterate()