OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsAllocationIoReceive
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsApiStubs.cpp
507
extern "C" int64_t
rsAllocationIoReceive
(RsContext ctxWrapper, RsAllocation alloc)
[
all
...]
/frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp
189
void __attribute__((overloadable))
rsAllocationIoReceive
(::rs_allocation a) {
191
if (failIfInKernel(rsc, "
rsAllocationIoReceive
")) return;
[
all
...]
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
201
void __attribute__((overloadable))
rsAllocationIoReceive
(::rs_allocation a) {
203
if (failIfInKernel(rsc, "
rsAllocationIoReceive
"))
[
all
...]
Completed in 622 milliseconds