Searched refs:atlasIDRecorder (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | GrCCPRTest.cpp | 399 RecordLastMockAtlasIDs atlasIDRecorder(sk_ref_sp(ccpr.ccpr())); in onRun() local 400 ccpr.ctx()->priv().addOnFlushCallbackObject(&atlasIDRecorder); in onRun() 402 this->onRun(reporter, ccpr, atlasIDRecorder); in onRun() 404 ccpr.ctx()->priv().testingOnly_flushAndRemoveOnFlushCallbackObject(&atlasIDRecorder); in onRun() 417 const RecordLastMockAtlasIDs& atlasIDRecorder) override { in onRun() argument 423 REPORTER_ASSERT(reporter, 0 == atlasIDRecorder.lastCopyAtlasID()); in onRun() 424 REPORTER_ASSERT(reporter, 0 != atlasIDRecorder.lastRenderedAtlasID()); in onRun() 425 const int atlasID = atlasIDRecorder.lastRenderedAtlasID(); in onRun() 439 REPORTER_ASSERT(reporter, 0 == atlasIDRecorder.lastCopyAtlasID()); in onRun() 440 REPORTER_ASSERT(reporter, atlasIDRecorder.lastRenderedAtlasID() == atlasID); in onRun() [all …]
|
/external/skqp/tests/ |
D | GrCCPRTest.cpp | 390 RecordLastMockAtlasIDs atlasIDRecorder(sk_ref_sp(ccpr.ccpr())); in onRun() local 391 ccpr.ctx()->contextPriv().addOnFlushCallbackObject(&atlasIDRecorder); in onRun() 393 this->onRun(reporter, ccpr, atlasIDRecorder); in onRun() 395 ccpr.ctx()->contextPriv().testingOnly_flushAndRemoveOnFlushCallbackObject(&atlasIDRecorder); in onRun() 408 const RecordLastMockAtlasIDs& atlasIDRecorder) override { in onRun() argument 414 REPORTER_ASSERT(reporter, 0 == atlasIDRecorder.lastCopyAtlasID()); in onRun() 415 REPORTER_ASSERT(reporter, 0 != atlasIDRecorder.lastRenderedAtlasID()); in onRun() 416 const int atlasID = atlasIDRecorder.lastRenderedAtlasID(); in onRun() 430 REPORTER_ASSERT(reporter, 0 == atlasIDRecorder.lastCopyAtlasID()); in onRun() 431 REPORTER_ASSERT(reporter, atlasIDRecorder.lastRenderedAtlasID() == atlasID); in onRun() [all …]
|