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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 131 .AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(
Context.cpp 133 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) {
136 Device::getHal().AllocationShareBufferQueue(mContext, _baseAlloc, _subAlloc);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.h 103 static void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2);
rs.spec 89 AllocationShareBufferQueue {
rsHidlAdaptation.cpp 116 mEntryFuncs.AllocationShareBufferQueue = AllocationShareBufferQueue;
    [all...]
rsApiStubs.cpp 372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 63 dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocationShareBufferQueue");
rsDispatch.h 174 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue;

Completed in 551 milliseconds