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

  /external/mesa3d/src/mesa/program/
prog_noise.c 168 grad3(int hash, float x, float y, float z) function
436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0);
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2,
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3,
  /external/dng_sdk/source/
dng_bad_pixels.cpp 826 uint32 grad3; local
894 grad3 = Abs_int32 (g13 - g31) +
977 grad3 = Abs_int32 (b04 - b40) +
991 minGrad = Min_uint32 (minGrad, grad3);
1016 if (grad3 <= limit)
1158 uint32 grad3; local
1275 grad3 = Abs_int32 (g42 - g46) * 2 +
1416 grad3 = Abs_int32 (b42 - b46) +
1458 minGrad = Min_uint32 (minGrad, grad3);
1486 if (grad3 <= limit
    [all...]
  /external/skia/experimental/docs/
exampleSlides.js 19 "grad3": { "cx":200, "cy":200, "r":300,
287 "gradient3": { "paint":"gradient1", "gradient":"gradients.grad3" },

Completed in 59 milliseconds