OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cansucceed
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
GpuBitmapCopyTest.cpp
171
bool
canSucceed
= src.canCopyTo(gPairs[j].fConfig);
172
if (success !=
canSucceed
) {
177
boolStr(
canSucceed
));
188
REPORTER_ASSERT(reporter, success ==
canSucceed
);
196
REPORTER_ASSERT(reporter, success ==
canSucceed
);
BitmapCopyTest.cpp
285
bool
canSucceed
= src.canCopyTo(gPairs[j].fConfig);
286
if (success !=
canSucceed
) {
290
boolStr(
canSucceed
));
Completed in 206 milliseconds