Home | History | Annotate | Download | only in functional

Lines Matching refs:MAX_CUBE_RENDER_HEIGHT

85 static const int MAX_CUBE_RENDER_HEIGHT		= 28*2*2;
888 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2);
976 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT);