Home
last modified time | relevance | path

Searched refs:isMSAACase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsDrawTest.cpp3112 const bool isMSAACase = m_renderCtx.getRenderTarget().getNumSamples() > 1; in init() local
3113 const int renderTargetSamples = (isMSAACase && isLineCase) ? (4) : (1); in init()