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

  /external/chromium_org/third_party/skia/tests/
RecordOptsTest.cpp 35 REPORTER_ASSERT(r, 6 == assert_type<SkRecords::PairedPushCull>(r, record, 1)->skip);
36 REPORTER_ASSERT(r, 2 == assert_type<SkRecords::PairedPushCull>(r, record, 4)->skip);
59 assert_type<SkRecords::NoOp>(r, record, i);
61 assert_type<SkRecords::PushCull>(r, record, 4);
62 assert_type<SkRecords::PushCull>(r, record, 5);
63 assert_type<SkRecords::DrawRect>(r, record, 6);
64 assert_type<SkRecords::PopCull>(r, record, 7);
65 assert_type<SkRecords::PopCull>(r, record, 8);
88 assert_type<SkRecords::DrawPosTextH>(r, record, 0);
89 assert_type<SkRecords::DrawPosText>(r, record, 1)
    [all...]
RecordTestUtils.h 23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) { function
RecordDrawTest.cpp 98 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 0);
101 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 1);
  /external/skia/tests/
RecordOptsTest.cpp 35 REPORTER_ASSERT(r, 6 == assert_type<SkRecords::PairedPushCull>(r, record, 1)->skip);
36 REPORTER_ASSERT(r, 2 == assert_type<SkRecords::PairedPushCull>(r, record, 4)->skip);
59 assert_type<SkRecords::NoOp>(r, record, i);
61 assert_type<SkRecords::PushCull>(r, record, 4);
62 assert_type<SkRecords::PushCull>(r, record, 5);
63 assert_type<SkRecords::DrawRect>(r, record, 6);
64 assert_type<SkRecords::PopCull>(r, record, 7);
65 assert_type<SkRecords::PopCull>(r, record, 8);
88 assert_type<SkRecords::DrawPosTextH>(r, record, 0);
89 assert_type<SkRecords::DrawPosText>(r, record, 1)
    [all...]
RecordTestUtils.h 23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) { function
RecordDrawTest.cpp 98 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 0);
101 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 1);

Completed in 200 milliseconds