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

  /external/skia/tests/
RTreeTest.cpp 57 int expectedDepthMin = -1;
61 static_cast<double>(expectedDepthMin + 1)));
62 ++expectedDepthMin;
88 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree.getDepth() &&
  /external/skqp/tests/
RTreeTest.cpp 57 int expectedDepthMin = -1;
61 static_cast<double>(expectedDepthMin + 1)));
62 ++expectedDepthMin;
88 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree.getDepth() &&

Completed in 1213 milliseconds