HomeSort by relevance Sort by last modified time
    Searched refs:maxOutOfBounds (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 227 const int maxOutOfBounds = 0;
232 int maxW = targetWidth + 2*maxOutOfBounds;
233 int maxH = targetHeight + 2*maxOutOfBounds;
237 int x = rnd.getInt(-maxOutOfBounds, targetWidth+maxOutOfBounds-width);
238 int y = rnd.getInt(-maxOutOfBounds, targetHeight+maxOutOfBounds-height);
glsFragOpInteractionCase.cpp 186 const int maxOutOfBounds = 0;
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 548 milliseconds