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

  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 15 namespace skiatest { namespace
93 friend void test_unbudgeted_to_scratch(skiatest::Reporter* reporter); // for unit testing
  /external/skia/tests/
PathOpsThreadedCommon.h 17 namespace skiatest { namespace
29 skiatest::Reporter* fReporter;
35 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
43 skiatest::Reporter* fReporter;
Test.h 19 namespace skiatest { namespace
37 virtual void reportFailed(const skiatest::Failure&) = 0;
43 reporter->reportFailed(skiatest::Failure(__FILE__, __LINE__, cond, message))
45 typedef void (*TestProc)(skiatest::Reporter*, GrContextFactory*);
57 Use the following macros to make use of the skiatest classes, e.g.
88 } // namespace skiatest
117 static void test_##name(skiatest::Reporter*, GrContextFactory*); \
118 skiatest::TestRegistry name##TestRegistry( \
119 skiatest::Test(#name, false, test_##name)); \
120 void test_##name(skiatest::Reporter* reporter, GrContextFactory*
    [all...]
  /external/skia/dm/
DM.cpp 1204 namespace skiatest { namespace
    [all...]

Completed in 277 milliseconds