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

  /frameworks/rs/cpp/
rsDispatch.h 60 typedef void (*AllocationSyncAllFnPtr) (RsContext, RsAllocation, RsAllocationUsageType);
131 AllocationSyncAllFnPtr AllocationSyncAll;
RenderScript.cpp 260 RS::dispatch->AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll");

Completed in 280 milliseconds