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

  /external/skia/resources/
test.lua 21 rndY = function () return rnd(480) end
31 path:moveTo(rndX(), rndY());
33 path:quadTo(rndX(), rndY(), rndX(), rndY());
  /external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp 131 float rndY = rnd.getFloat(-h, h);
133 for (int j = 0; j < verticesPerPrimitive; j++) // Second loop gets 3 random points within given distance s from (rndX, rndY)
136 dst[(i+j)*ELEMENTS_PER_VERTEX + 1] = rndY + rnd.getFloat(-s,s); // y

Completed in 63 milliseconds