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

  /external/skia/tests/
ErrorTest.cpp 14 skiatest::Reporter *fReporter;
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
38 context.fReporter = reporter;
NameAllocatorTest.cpp 21 : 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;
PathOpsThreadedCommon.h 30 skiatest::Reporter* fReporter;
36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
44 skiatest::Reporter* fReporter;
55 fState.fReporter = runner->fReporter;
63 fState.fReporter = runner->fReporter;
72 fState.fReporter = runner->fReporter;
CachedDecodingPixelRefTest.cpp 174 : INHERITED(GetMyInfo()), fType(type), fReporter(reporter) {
188 REPORTER_ASSERT(fReporter, pixels != NULL);
189 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
207 skiatest::Reporter* const fReporter;
ImageFilterTest.cpp 49 : SkImageFilter(0, NULL), fReporter(reporter), fExpectedMatrix(expectedMatrix) {
54 REPORTER_ASSERT(fReporter, ctx.ctm() == fExpectedMatrix);
64 buffer.writeFunctionPtr(fReporter);
69 skiatest::Reporter* fReporter;
    [all...]
PictureTest.cpp 849 skiatest::Reporter* fReporter;
857 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
859 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
887 context.fReporter = reporter;
    [all...]
SkpSkGrTest.cpp 123 skiatest::Reporter* fReporter;
129 : fReporter(reporter) {
135 skiatest::Reporter* fReporter;
145 fState.fReporter = runner->fReporter;
669 bumpCount(data->fReporter, false);
670 data->fReporter->bumpTestCount();

Completed in 208 milliseconds