Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp60 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"); in loadSymbols()
265 if (dispatchTab.AllocationSyncAll == nullptr) { in loadSymbols()
DrsDispatch.h132 AllocationSyncAllFnPtr AllocationSyncAll; member
DAllocation.cpp165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll()
/frameworks/rs/
Drs.spec280 AllocationSyncAll {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1027 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()