Lines Matching refs:data
30 REPORTER_ASSERT(reporter, !memcmp(wr.data(), windowData, i * sizeof(SkIRect)));
35 REPORTER_ASSERT(reporter, !memcmp(wr2.data(), wr.data(), i * sizeof(SkIRect)));
44 REPORTER_ASSERT(reporter, B.data() == A.data()); // Should use copy-on-write.
47 REPORTER_ASSERT(reporter, B.data() != A.data());
54 REPORTER_ASSERT(reporter, A.data()[i] == windowData[i]);
55 REPORTER_ASSERT(reporter, B.data()[i] == windowData[i]);
57 REPORTER_ASSERT(reporter, A.data()[GrWindowRectangles::kMaxWindows - 1]
59 REPORTER_ASSERT(reporter, B.data()[GrWindowRectangles::kMaxWindows - 1]
65 REPORTER_ASSERT(reporter, B.data() == A.data()); // Should use copy-on-write.
70 REPORTER_ASSERT(reporter, B.data() != A.data());
73 REPORTER_ASSERT(reporter, B.data()[i] == A.data()[i]);
74 REPORTER_ASSERT(reporter, A.data()[i] == windowData[i]);