Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp70 const float minScissorSize = 0.7f; in computeRandomRenderState() local
157 int minScissorW = deCeilFloatToInt32(minScissorSize*targetWidth); in computeRandomRenderState()
158 int minScissorH = deCeilFloatToInt32(minScissorSize*targetHeight); in computeRandomRenderState()