Home | History | Annotate | Download | only in tests

Lines Matching full:teststate

97 struct TestState {
102 TestState::fSmallCount = 0;
130 int TestState::fSmallCount;
147 TestRunnable(void (*testFun)(TestState*), int dirNo, TestRunner* runner) {
157 TestState fState;
158 void (*fTestFun)(TestState*);
283 static bool addError(TestState* data, const TestResult& testResult) {
529 static bool doOneDir(TestState* state) {
602 static void encodeFound(skiatest::Reporter* reporter, TestState& state) {
620 TestState state;
634 static void testSkpClipMain(TestState* data) {
649 TestState state;
652 TestState& testState = testRunner.fRunnables[dirNo - 1]->fState;
653 for (int inner = 0; inner < testState.fFoundCount; ++inner) {
654 TestResult& testResult = testState.fResult;
656 testResult.fPixelError = testState.fError[inner];
657 strcpy(testResult.fFilename, testState.fFilesFound[inner]);