OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:failed_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/cppbasic/
compute.cpp
53
sp<const Type>
failed_t
= failed_tb.create();
local
54
sp<Allocation> failed_alloc = Allocation::createTyped(rs,
failed_t
);
56
failed_alloc->copy1DRangeFrom(0,
failed_t
->getCount(), &failed);
/frameworks/rs/tests/cppbasic-shared/
compute.cpp
53
sp<const Type>
failed_t
= failed_tb.create();
local
54
sp<Allocation> failed_alloc = Allocation::createTyped(rs,
failed_t
);
56
failed_alloc->copy1DRangeFrom(0,
failed_t
->getCount(), &failed);
Completed in 771 milliseconds