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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 106 (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll"),
  /frameworks/rs/cpp/
rsDispatch.h 71 typedef void (*AllocationSyncAllFnPtr) (RsContext, RsAllocation, RsAllocationUsageType);
173 AllocationSyncAllFnPtr AllocationSyncAll;
rsDispatch.cpp 64 dispatchTab.AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll");

Completed in 5884 milliseconds