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

  /external/skia/tests/
GrShapeTest.cpp 756 // the maximum stack frame limit. make_TestCase() moves those temporaries over to the heap.
758 static std::unique_ptr<TestCase> make_TestCase(Args&&... args) {
774 make_TestCase(geo, fill, reporter)
787 make_TestCase(geo, stroke2RoundBevel, reporter)
    [all...]
  /external/skqp/tests/
GrShapeTest.cpp 728 // the maximum stack frame limit. make_TestCase() moves those temporaries over to the heap.
730 static std::unique_ptr<TestCase> make_TestCase(Args&&... args) {
746 make_TestCase(geo, fill, reporter)
759 make_TestCase(geo, stroke2RoundBevel, reporter)
769 make_TestCase(geo, stroke2RoundBevelDash, reporter)
    [all...]

Completed in 100 milliseconds