Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp57 static const int SCISSOR_MINSIZE = 250; variable
326 int scissorBoxW = m_rnd.getInt(SCISSOR_MINSIZE, targetW+SCISSOR_OFFSET); in iterate()
327 int scissorBoxH = m_rnd.getInt(SCISSOR_MINSIZE, targetH+SCISSOR_OFFSET); in iterate()