Searched defs:maxOutOfBounds (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp186 const int maxOutOfBounds = 0; local
191 const int maxW = targetW + 2*maxOutOfBounds;
192 const int maxH = targetH + 2*maxOutOfBounds;
196 const int x = rnd.getInt(-maxOutOfBounds, targetW+maxOutOfBounds-width);
197 const int y = rnd.getInt(-maxOutOfBounds, targetH+maxOutOfBounds-height);

Completed in 89 milliseconds