OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kern1_in
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/cppbasic/
compute.cpp
85
sp<Allocation>
kern1_in
= Allocation::createTyped(rs, t);
local
92
kern1_in
->copy2DRangeFrom(0, 0, xDim, yDim, buf);
95
sc->forEach_kern1(
kern1_in
, kern1_out);
/frameworks/rs/tests/cppbasic-shared/
compute.cpp
85
sp<Allocation>
kern1_in
= Allocation::createTyped(rs, t);
local
92
kern1_in
->copy2DRangeFrom(0, 0, xDim, yDim, buf);
95
sc->forEach_kern1(
kern1_in
, kern1_out);
Completed in 801 milliseconds