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

  /external/chromium_org/tools/telemetry/telemetry/util/
statistics_unittest.py 201 d_b = statistics.DurationsDiscrepancy(durations_b)
204 self.assertTrue(d_a < d_b < d_c)
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 198 int d_b = b - (FX_BYTE)p_color; local
199 error = d_r * d_r + d_g * d_g + d_b * d_b;
557 int d_b = b - (FX_BYTE)(p_color); local
558 err = d_r * d_r + d_g * d_g + d_b * d_b;
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 215 * The border depth, d_b, is zero, and the depth of the image is
302 "For one-dimensional array textures, h_b and d_b are treated as 1,
304 For two-dimensional array textures, d_b is always treated as one,
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 215 * The border depth, d_b, is zero, and the depth of the image is
302 "For one-dimensional array textures, h_b and d_b are treated as 1,
304 For two-dimensional array textures, d_b is always treated as one,
    [all...]

Completed in 1046 milliseconds