Searched refs:MAX_RENDER_WIDTH (Results 1 – 6 of 6) sorted by relevance
46 static const int MAX_RENDER_WIDTH = 256; variable459 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH); in iterate()
49 static const int MAX_RENDER_WIDTH = 128; variable436 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH); in iterate()
70 static const int MAX_RENDER_WIDTH = 32; variable2079 const int viewportW = de::min(renderTarget.getWidth(), MAX_RENDER_WIDTH); in renderTest()
63 static const int MAX_RENDER_WIDTH = 128; variable432 return tcu::IVec2(de::min(m_renderCtx.getRenderTarget().getWidth(), MAX_RENDER_WIDTH), in getViewportSize()
73 MAX_RENDER_WIDTH = 32, enumerator1582 const int viewportW = de::min<int>(renderTarget.getWidth(), MAX_RENDER_WIDTH); in renderTest()
70 static const int MAX_RENDER_WIDTH = 32; variable1667 const int viewportW = de::min(renderTarget.getWidth(), MAX_RENDER_WIDTH); in renderTest()