Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp227 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);
H A DglsFragOpInteractionCase.cpp186 const int maxOutOfBounds = 0; in getRandomQuad() local
191 const int maxW = targetW + 2*maxOutOfBounds; in getRandomQuad()
192 const int maxH = targetH + 2*maxOutOfBounds; in getRandomQuad()
196 const int x = rnd.getInt(-maxOutOfBounds, targetW+maxOutOfBounds-width); in getRandomQuad()
197 const int y = rnd.getInt(-maxOutOfBounds, targetH+maxOutOfBounds-height); in getRandomQuad()

Completed in 2 milliseconds