Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp218 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()
219 if (dispatchTab.AllocationSyncAll == NULL) { in loadSymbols()
DrsDispatch.h152 AllocationSyncAllFnPtr AllocationSyncAll; member
DAllocation.cpp166 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
/frameworks/rs/
Drs.spec268 AllocationSyncAll {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1035 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()