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

  /external/skia/dm/
DMGpuTestProcs.cpp 14 namespace skiatest { namespace
74 } // namespace skiatest
  /external/skqp/dm/
DMGpuTestProcs.cpp 14 namespace skiatest { namespace
74 } // namespace skiatest
  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 14 namespace skiatest { namespace
88 friend void test_unbudgeted_to_scratch(skiatest::Reporter* reporter); // for unit testing
  /external/skqp/src/gpu/
GrGpuResourceCacheAccess.h 14 namespace skiatest { namespace
88 friend void test_unbudgeted_to_scratch(skiatest::Reporter* reporter); // for unit testing
  /external/skia/tests/
PathOpsThreadedCommon.h 22 namespace skiatest { namespace
34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
Test.h 17 namespace skiatest { namespace
35 virtual void reportFailed(const skiatest::Failure&) = 0;
40 void reportFailedWithContext(const skiatest::Failure&);
54 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
69 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
86 void run(skiatest::Reporter* r, const GrContextOptions& options) const {
95 Use the following macros to make use of the skiatest classes, e.g.
146 } // namespace skiatest
168 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
169 skiatest::TestRegistry name##TestRegistry(skiatest::Test(#name, false, test_##name));
    [all...]
  /external/skqp/tests/
PathOpsThreadedCommon.h 22 namespace skiatest { namespace
34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
Test.h 17 namespace skiatest { namespace
35 virtual void reportFailed(const skiatest::Failure&) = 0;
40 void reportFailedWithContext(const skiatest::Failure& f) {
52 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage));
66 reporter->reportFailedWithContext(skiatest::Failure(__FILE__, __LINE__, cond, message))
81 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
98 void run(skiatest::Reporter* r, const GrContextOptions& options) const {
107 Use the following macros to make use of the skiatest classes, e.g.
158 } // namespace skiatest
180 static void test_##name(skiatest::Reporter*, const GrContextOptions&);
    [all...]
  /external/skia/tools/skqp/src/
skqp.h 26 namespace skiatest { namespace
51 using UnitTest = const skiatest::Test*;
  /external/skqp/tools/skqp/src/
skqp.h 26 namespace skiatest { namespace
51 using UnitTest = const skiatest::Test*;

Completed in 500 milliseconds