Searched refs:AllocationIoSend (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp390 RS::dispatch->AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend");
391 if (RS::dispatch->AllocationIoSend == NULL) {
392 ALOGE("Couldn't initialize RS::dispatch->AllocationIoSend");
H A DrsDispatch.h157 AllocationIoSendFnPtr AllocationIoSend; member in struct:__anon1590
H A DAllocation.cpp158 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID()));
/frameworks/rs/
H A Drs.spec394 AllocationIoSend {

Completed in 199 milliseconds