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

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 232 int xFirst = flipX ? quad.posB.x() : quad.posA.x();
236 float width = (float)(xLast - xFirst + 1);
246 for (int x = xFirst; x <= xLast; x++)
249 float xRatio = (0.5f + (float)(x - xFirst)) / width;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java     [all...]

Completed in 269 milliseconds