OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsAllocationIoReceive
(Results
1 - 8
of
8
) sorted by null
/frameworks/rs/script_api/include/
rs_io.rsh
31
*
rsAllocationIoReceive
: Receive new content from the queue
44
rsAllocationIoReceive
(rs_allocation a);
/prebuilts/sdk/renderscript/include/
rs_io.rsh
31
*
rsAllocationIoReceive
: Receive new content from the queue
44
rsAllocationIoReceive
(rs_allocation a);
/frameworks/rs/script_api/
rs_io.spec
26
function:
rsAllocationIoReceive
/frameworks/rs/
rsApiStubs.h
87
extern "C" int64_t
rsAllocationIoReceive
(RsContext rsc, RsAllocation alloc);
rsApiStubs.cpp
512
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
...]
/frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 1751 milliseconds