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

  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 14 namespace skiatest { namespace
101 friend void test_unbudgeted_to_scratch(skiatest::Reporter* reporter); // for unit testing
  /external/skia/tests/
PathOpsThreadedCommon.h 21 namespace skiatest { namespace
33 skiatest::Reporter* fReporter;
42 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
50 skiatest::Reporter* fReporter;
Test.h 26 namespace skiatest { namespace
44 virtual void reportFailed(const skiatest::Failure&) = 0;
49 void reportFailedWithContext(const skiatest::Failure& f) {
61 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage));
75 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
90 typedef void (*TestProc)(skiatest::Reporter*, sk_gpu_test::GrContextFactory*);
102 Use the following macros to make use of the skiatest classes, e.g.
156 } // namespace skiatest
185 static void test_##name(skiatest::Reporter*, sk_gpu_test::GrContextFactory*); \
186 skiatest::TestRegistry name##TestRegistry(
    [all...]
  /external/skia/tools/
ok_test.cpp 12 const skiatest::TestRegistry* registry = skiatest::TestRegistry::Head();
24 skiatest::Test test {"", false, nullptr};
33 struct : public skiatest::Reporter {
38 void reportFailed(const skiatest::Failure& failure) override {
69 namespace skiatest { namespace
  /external/skia/dm/
DM.cpp 1433 namespace skiatest { namespace
    [all...]

Completed in 3093 milliseconds