Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()
303 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
DrsDispatch.h172 AllocationSyncAllFnPtr AllocationSyncAll; member
DAllocation.cpp165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
/frameworks/rs/
DrsHidlAdaptation.h95 static void AllocationSyncAll(RsContext, RsAllocation, RsAllocationUsageType);
Drs.spec280 AllocationSyncAll {
DrsHidlAdaptation.cpp117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll; in LoadDispatchForHidl()
658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationU… in AllocationSyncAll() function in RsHidlAdaptation
DrsApiStubs.cpp467 RS_DISPATCH(ctxWrapper, AllocationSyncAll, va, src); in rsAllocationSyncAll()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1040 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()