OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationIoSend
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
390
RS::dispatch->
AllocationIoSend
= (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend");
391
if (RS::dispatch->
AllocationIoSend
== NULL) {
392
ALOGE("Couldn't initialize RS::dispatch->
AllocationIoSend
");
rsDispatch.h
157
AllocationIoSendFnPtr
AllocationIoSend
;
Allocation.cpp
158
tryDispatch(mRS, RS::dispatch->
AllocationIoSend
(mRS->getContext(), getID()));
/frameworks/rs/
rs.spec
395
AllocationIoSend
{
Completed in 78 milliseconds