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

  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 26 const float z_threshold = 0.1f; local
39 LayerSorter::CheckOverlap(&front, &back, z_threshold, &weight);
44 LayerSorter::CheckOverlap(&back, &front, z_threshold, &weight);
53 LayerSorter::CheckOverlap(&front, &back_right, z_threshold, &weight);
58 LayerSorter::CheckOverlap(&front, &front, z_threshold, &weight);
64 const float z_threshold = 0.1f; local
82 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight);
88 const float z_threshold = 0.1f; local
108 z_threshold,
116 const float z_threshold = 0.1f local
159 const float z_threshold = 0.1f; local
    [all...]
layer_sorter.h 92 float z_threshold,
layer_sorter.cc 87 float z_threshold,
171 if (max_positive > z_threshold && max_negative < -z_threshold)
306 float z_threshold = z_range_ * z_threshold_factor; local
319 z_threshold,

Completed in 1929 milliseconds