Searched refs:AllocationSyncAll (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols() 303 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 172 AllocationSyncAllFnPtr AllocationSyncAll; member
|
D | Allocation.cpp | 165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 95 static void AllocationSyncAll(RsContext, RsAllocation, RsAllocationUsageType);
|
D | rs.spec | 280 AllocationSyncAll {
|
D | rsHidlAdaptation.cpp | 117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll; in LoadDispatchForHidl() 658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationU… in AllocationSyncAll() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 467 RS_DISPATCH(ctxWrapper, AllocationSyncAll, va, src); in rsAllocationSyncAll()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1040 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()
|