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

  /external/chromium_org/third_party/skia/tests/
OnceTest.cpp 67 static int gX = 0;
68 static void inc_gX() { gX++; }
75 REPORTER_ASSERT(r, 1 == gX);
  /external/skia/tests/
OnceTest.cpp 67 static int gX = 0;
68 static void inc_gX() { gX++; }
75 REPORTER_ASSERT(r, 1 == gX);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
raw_converter.rs 47 uint gX = (uint) interpX;
49 uint gXNext = (gX + 1 < gainMapWidth) ? gX + 1 : gX;
52 float4 tl = *((float4 *) rsGetElementAt(gainMap, gX, gY));
54 float4 bl = *((float4 *) rsGetElementAt(gainMap, gX, gYNext));
57 float fracX = interpX - (float) gX;
  /external/chromium_org/third_party/qcms/src/
iccread.c 261 float rX, rY, rZ, gX, gY, gZ, bX, bY, bZ;
276 gX = s15Fixed16Number_to_float(profile->greenColorant.X);
288 (gX < 0) || (gY < 0) || (gZ < 0) ||
296 sum[0] = rX + gX + bX;
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]

Completed in 902 milliseconds