Searched refs:AllocationSyncAll (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols() 303 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 172 AllocationSyncAllFnPtr AllocationSyncAll; member
|
H A D | Allocation.cpp | 165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 133 .AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"), in loadHAL()
|
H A D | Context.cpp | 291 Device::getHal().AllocationSyncAll(mContext, _allocation, _usageType); in allocationSyncAll()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 95 static void AllocationSyncAll(RsContext, RsAllocation, RsAllocationUsageType);
|
H A D | rsHidlAdaptation.cpp | 117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll; in LoadDispatchForHidl() 658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationU… in AllocationSyncAll() function in RsHidlAdaptation
|
H A D | rs.spec | 280 AllocationSyncAll {
|
H A D | rsApiStubs.cpp | 467 RS_DISPATCH(ctxWrapper, AllocationSyncAll, va, src); in rsAllocationSyncAll()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1042 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()
|