HomeSort by relevance Sort by last modified time
    Searched refs:AllocationSyncAll (Results 1 - 10 of 10) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 133 .AllocationSyncAll =
Context.cpp 272 Return<void> Context::allocationSyncAll(Allocation allocation, AllocationUsageType usageType) {
275 Device::getHal().AllocationSyncAll(mContext, _allocation, _usageType);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll");
303 if (dispatchTab.AllocationSyncAll == nullptr) {
304 LOG_ERR("Couldn't initialize dispatchTab.AllocationSyncAll");
rsDispatch.h 172 AllocationSyncAllFnPtr AllocationSyncAll;
Allocation.cpp 165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation));
  /frameworks/rs/
rsHidlAdaptation.h 95 static void AllocationSyncAll(RsContext, RsAllocation, RsAllocationUsageType);
rs.spec 280 AllocationSyncAll {
rsHidlAdaptation.cpp 117 mEntryFuncs.AllocationSyncAll = AllocationSyncAll;
658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationUsageType usage)
662 GetIContextHandle(context)->allocationSyncAll(_allocation,
    [all...]
rsApiStubs.cpp 467 RS_DISPATCH(ctxWrapper, AllocationSyncAll, va, src);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 630 milliseconds