OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationIoSend
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
56
dispatchTab.
AllocationIoSend
= (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend");
369
if (dispatchTab.
AllocationIoSend
== nullptr) {
370
LOG_ERR("Couldn't initialize dispatchTab.
AllocationIoSend
");
rsDispatch.h
128
AllocationIoSendFnPtr
AllocationIoSend
;
Allocation.cpp
482
tryDispatch(mRS, RS::dispatch->
AllocationIoSend
(mRS->getContext(), getID()));
/frameworks/rs/
rs.spec
536
AllocationIoSend
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 54 milliseconds