OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idBefore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp
354
uint32_t
idBefore
= surface->generationID();
364
REPORTER_ASSERT(reporter,
idBefore
== idAfter);
WritePixelsTest.cpp
460
uint32_t
idBefore
= surface->generationID();
474
REPORTER_ASSERT(reporter, intersects == (
idBefore
!= idAfter));
Completed in 59 milliseconds