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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 131 .AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(
  /frameworks/rs/cpp/
rsDispatch.h 75 typedef void (*AllocationShareBufferQueueFnPtr) (RsContext context, RsAllocation valloc1, RsAllocation valloc2);
174 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue;
rsDispatch.cpp 63 dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocationShareBufferQueue");

Completed in 268 milliseconds