layer_sorter_unittest.cc | 25 const float z_threshold = 0.1f; local 38 LayerSorter::CheckOverlap(&front, &back, z_threshold, &weight); 43 LayerSorter::CheckOverlap(&back, &front, z_threshold, &weight); 52 LayerSorter::CheckOverlap(&front, &back_right, z_threshold, &weight); 57 LayerSorter::CheckOverlap(&front, &front, z_threshold, &weight); 63 const float z_threshold = 0.1f; local 81 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight); 87 const float z_threshold = 0.1f; local 107 z_threshold, 115 const float z_threshold = 0.1f local 158 const float z_threshold = 0.1f; local [all...] |