Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()
303 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
H A DrsDispatch.h172 AllocationSyncAllFnPtr AllocationSyncAll; member
H A DAllocation.cpp165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp133 .AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"), in loadHAL()
H A DContext.cpp291 Device::getHal().AllocationSyncAll(mContext, _allocation, _usageType); in allocationSyncAll()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h95 static void AllocationSyncAll(RsContext, RsAllocation, RsAllocationUsageType);
H A DrsHidlAdaptation.cpp117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll; in LoadDispatchForHidl()
658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationU… in AllocationSyncAll() function in RsHidlAdaptation
H A Drs.spec280 AllocationSyncAll {
H A DrsApiStubs.cpp467 RS_DISPATCH(ctxWrapper, AllocationSyncAll, va, src); in rsAllocationSyncAll()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1042 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()