Searched refs:AllocationSyncAll (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll");
303 if (dispatchTab.AllocationSyncAll == nullptr) {
304 LOG_ERR("Couldn't initialize dispatchTab.AllocationSyncAll");
H A DrsDispatch.h173 AllocationSyncAllFnPtr AllocationSyncAll; member in struct:dispatchTable
H A DAllocation.cpp165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation));
/frameworks/rs/
H A DrsHidlAdaptation.h95 static void AllocationSyncAll(RsContext, RsAllocation, RsAllocationUsageType);
H A Drs.spec280 AllocationSyncAll {
H A DrsHidlAdaptation.cpp117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll;
658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationUsageType usage) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp472 RS_DISPATCH(ctxWrapper, AllocationSyncAll, va, src);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1040 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits);

Completed in 753 milliseconds