Home
last modified time | relevance | path

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

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