Home | History | Annotate | Download | only in functional

Lines Matching refs:expectPartialResult

2954 	const bool						expectPartialResult	= m_useEarlyTests && m_renderTarget != RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT;
3129 const int expectedCounter = expectPartialResult ? viewportWidth*viewportHeight/2 : viewportWidth*viewportHeight;
3130 const int tolerance = expectPartialResult ? de::max(viewportWidth, viewportHeight)*3 : 0;