HomeSort by relevance Sort by last modified time
    Searched refs:ioRefMul (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ProcessorTest.cpp 213 int ioRefMul = makeClone ? 2 : 1;
215 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt);
216 REPORTER_ASSERT(reporter, ioRefMul * 0 == writeCnt);
222 REPORTER_ASSERT(reporter, ioRefMul * 0 == readCnt);
223 REPORTER_ASSERT(reporter, ioRefMul * 0 == writeCnt);
    [all...]
  /external/skqp/tests/
ProcessorTest.cpp 209 int ioRefMul = makeClone ? 2 : 1;
211 REPORTER_ASSERT(reporter, ioRefMul * 1 == readCnt);
212 REPORTER_ASSERT(reporter, ioRefMul * 0 == writeCnt);
218 REPORTER_ASSERT(reporter, ioRefMul * 0 == readCnt);
219 REPORTER_ASSERT(reporter, ioRefMul * 0 == writeCnt);
    [all...]

Completed in 494 milliseconds