HomeSort by relevance Sort by last modified time
    Searched full:simplex (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 34 * \brief C implementation of Perlin Simplex Noise over 1, 2, 3 and 4 dims.
38 * This implementation is "Simplex Noise" as presented by
140 * (The simplex noise functions as such also have different scaling.)
187 * A lookup table to traverse the simplex around a given point in 4D.
191 static unsigned char simplex[64][4] = { variable
211 /** 1D simplex noise */
237 /** 2D simplex noise */
246 /* Skew the input space to determine which simplex cell we're in */
263 /* For the 2D case, the simplex shape is an equilateral triangle. */
264 /* Determine which simplex we are in. *
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 34 * \brief C implementation of Perlin Simplex Noise over 1, 2, 3 and 4 dims.
38 * This implementation is "Simplex Noise" as presented by
140 * (The simplex noise functions as such also have different scaling.)
187 * A lookup table to traverse the simplex around a given point in 4D.
191 static unsigned char simplex[64][4] = { variable
211 /** 1D simplex noise */
237 /** 2D simplex noise */
246 /* Skew the input space to determine which simplex cell we're in */
263 /* For the 2D case, the simplex shape is an equilateral triangle. */
264 /* Determine which simplex we are in. *
    [all...]
  /external/chromium_org/printing/backend/
print_backend_win.cc 141 caps.duplex_default = SIMPLEX;
154 LOG(WARNING) << "Fallback to color/simplex mode.";
156 caps.duplex_default = SIMPLEX;
cups_helper_unittest.cc 64 EXPECT_EQ(caps.duplex_default, printing::SIMPLEX);
cups_helper.cc 376 caps.duplex_default = printing::SIMPLEX;
  /external/chromium_org/printing/
print_job_constants.h 84 SIMPLEX,
printing_context_mac.mm 359 case SIMPLEX:
printing_context_win.cc 374 case SIMPLEX:
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 305 // applies a probability simplex projection to the abs(vector)
325 // Compute projection on the probability simplex.
  /external/libpcap/
CREDITS 77 Onno van der Linden <onno@simplex.nl>
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
gnuplot.php 170 'landscape', 'portrait', 'eps', 'defaultplex', 'simplex', 'duplex',
  /external/tcpdump/
CREDITS 111 Onno van der Linden <onno@simplex.nl>
CHANGES 271 Token Ring support on DLPI - Onno van der Linden <onno@simplex.nl>
454 (onno@simplex.nl)
  /external/chromium_org/chrome/browser/resources/print_preview/
native_layer.js 92 SIMPLEX: 0,
208 NativeLayer.DuplexMode.LONG_EDGE : NativeLayer.DuplexMode.SIMPLEX,
267 NativeLayer.DuplexMode.LONG_EDGE : NativeLayer.DuplexMode.SIMPLEX,
  /external/chromium_org/chrome/browser/printing/
print_dialog_gtk.cc 207 case printing::SIMPLEX:
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 106 SIMPLEX,
232 ReportPrintSettingHistogram(duplex_mode ? DUPLEX : SIMPLEX);
354 (info.duplex_default != printing::SIMPLEX) : false;
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 89 dict->SetInteger(kSettingDuplexMode, SIMPLEX);
    [all...]
  /external/libppp/src/
iface.c 641 if_entry(SIMPLEX),
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp     [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp     [all...]

Completed in 1038 milliseconds