Searched defs:fReporter (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/dm/
H A DDMTask.h43 Reporter* fReporter; // Unowned. member in class:DM::Task
/external/chromium_org/third_party/skia/tests/
H A DErrorTest.cpp14 skiatest::Reporter *fReporter; member in struct:__anon15379
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
38 context.fReporter = reporter;
H A DNameAllocatorTest.cpp21 : fReporter(reporter),
58 ERRORF(fReporter,
64 ERRORF(fReporter,
70 ERRORF(fReporter, "Name allocate returned name that is already allocated");
80 ERRORF(fReporter,
88 ERRORF(fReporter, "Not all unique names are allocated after allocateAllRemaining()");
110 ERRORF(fReporter, "Test bug: Should not free a not-allocated name at this point (%u)", i);
122 skiatest::Reporter* fReporter; member in class:NameLeakTest
H A DTest.cpp44 Test::Test() : fReporter(NULL), fPassed(true) {}
47 SkSafeUnref(fReporter);
51 SkRefCnt_SafeAssign(fReporter, r);
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
73 // Proxy down to fReporter. We assume these calls are threadsafe.
75 return fReporter->allowExtendedTest();
79 fReporter->bumpTestCount();
83 return fReporter->verbose();
87 Reporter* fReporter; // Unowned. member in class:LocalReporter
96 // Tell (likely shared) fReporter tha
[all...]
H A DPathOpsThreadedCommon.h30 skiatest::Reporter* fReporter; member in struct:PathOpsThreadState
36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
44 skiatest::Reporter* fReporter; member in class:PathOpsThreadedTestRunner
55 fState.fReporter = runner->fReporter;
63 fState.fReporter = runner->fReporter;
72 fState.fReporter = runner->fReporter;
H A DTest.h54 Reporter* getReporter() const { return fReporter; }
72 Reporter* fReporter; member in class:skiatest::Test
H A DCachedDecodingPixelRefTest.cpp180 : fType(type), fReporter(reporter) {
187 REPORTER_ASSERT(fReporter, info);
199 REPORTER_ASSERT(fReporter, pixels != NULL);
201 REPORTER_ASSERT(fReporter, rowBytes >= minRowBytes);
218 skiatest::Reporter* const fReporter; member in class:TestImageGenerator::skiatest
H A DImageFilterTest.cpp47 : SkImageFilter(0, NULL), fReporter(reporter), fExpectedMatrix(expectedMatrix) {
52 REPORTER_ASSERT(fReporter, ctx.ctm() == fExpectedMatrix);
61 fReporter = static_cast<skiatest::Reporter*>(buffer.readFunctionPtr());
68 buffer.writeFunctionPtr(fReporter);
73 skiatest::Reporter* fReporter; member in class:__anon15391::MatrixTestImageFilter
H A DPictureTest.cpp1465 skiatest::Reporter* fReporter; member in struct:ErrorContext
1473 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1475 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
1504 context.fReporter = reporter;
H A DSkpSkGrTest.cpp123 skiatest::Reporter* fReporter; member in struct:SkpSkGrThreadState
129 : fReporter(reporter) {
135 skiatest::Reporter* fReporter; member in struct:SkpSkGrThreadedTestRunner
145 fState.fReporter = runner->fReporter;
669 bumpCount(data->fReporter, false);
670 data->fReporter->bumpTestCount();
/external/skia/dm/
H A DDMTask.h42 Reporter* fReporter; // Unowned. member in class:DM::Task
/external/skia/tests/
H A DErrorTest.cpp14 skiatest::Reporter *fReporter; member in struct:__anon30786
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
35 context.fReporter = reporter;
H A DNameAllocatorTest.cpp21 : fReporter(reporter),
58 ERRORF(fReporter,
64 ERRORF(fReporter,
70 ERRORF(fReporter, "Name allocate returned name that is already allocated");
80 ERRORF(fReporter,
88 ERRORF(fReporter, "Not all unique names are allocated after allocateAllRemaining()");
110 ERRORF(fReporter, "Test bug: Should not free a not-allocated name at this point (%u)", i);
122 skiatest::Reporter* fReporter; member in class:NameLeakTest
H A DTest.cpp44 Test::Test() : fReporter(NULL), fPassed(true) {}
47 SkSafeUnref(fReporter);
51 SkRefCnt_SafeAssign(fReporter, r);
63 explicit LocalReporter(Reporter* reporterToMimic) : fReporter(reporterToMimic) {}
73 // Proxy down to fReporter. We assume these calls are threadsafe.
75 return fReporter->allowExtendedTest();
79 return fReporter->allowThreaded();
83 fReporter->bumpTestCount();
87 return fReporter->verbose();
91 Reporter* fReporter; // Unowne member in class:LocalReporter
[all...]
H A DPathOpsThreadedCommon.h30 skiatest::Reporter* fReporter; member in struct:PathOpsThreadState
38 , fReporter(reporter) {
48 skiatest::Reporter* fReporter; member in class:PathOpsThreadedTestRunner
59 fState.fReporter = runner->fReporter;
67 fState.fReporter = runner->fReporter;
76 fState.fReporter = runner->fReporter;
H A DTest.h55 Reporter* getReporter() const { return fReporter; }
73 Reporter* fReporter; member in class:skiatest::Test
H A DCachedDecodingPixelRefTest.cpp180 : fType(type), fReporter(reporter) {
187 REPORTER_ASSERT(fReporter, NULL != info);
200 REPORTER_ASSERT(fReporter, pixels != NULL);
203 REPORTER_ASSERT(fReporter, rowBytes >= minRowBytes);
220 skiatest::Reporter* const fReporter; member in class:TestImageGenerator::skiatest
H A DImageFilterTest.cpp48 : SkImageFilter(0), fReporter(reporter), fExpectedMatrix(expectedMatrix) {
53 REPORTER_ASSERT(fReporter, ctx.ctm() == fExpectedMatrix);
61 fReporter = static_cast<skiatest::Reporter*>(buffer.readFunctionPtr());
66 buffer.writeFunctionPtr(fReporter);
71 skiatest::Reporter* fReporter; member in class:__anon30795::MatrixTestImageFilter
H A DPathOpsSkpClipTest.cpp312 fReporter = reporter;
318 skiatest::Reporter* fReporter; member in struct:TestState
325 , fReporter(reporter) {
332 skiatest::Reporter* fReporter; member in struct:TestRunner
350 fState.init(dirNo, runner->fReporter);
359 fState.init(dirNo, runner->fReporter);
772 skiatest::Reporter* reporter = state->fReporter;
844 if (data->fReporter->verbose()) {
969 if (data->fReporter->verbose()) {
H A DPictureTest.cpp1232 skiatest::Reporter* fReporter; member in struct:ErrorContext
1240 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1242 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
1271 context.fReporter = reporter;
H A DSkpSkGrTest.cpp123 skiatest::Reporter* fReporter; member in struct:SkpSkGrThreadState
130 , fReporter(reporter) {
137 skiatest::Reporter* fReporter; member in struct:SkpSkGrThreadedTestRunner
147 fState.fReporter = runner->fReporter;
671 bumpCount(data->fReporter, false);
672 data->fReporter->bumpTestCount();

Completed in 271 milliseconds