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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 129 .AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(
Context.cpp 126 Return<void> Context::allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) {
129 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.h 102 static void AllocationSetupBufferQueue(RsContext context, RsAllocation valloc, uint32_t numAlloc);
rs.spec 83 AllocationSetupBufferQueue {
rsHidlAdaptation.cpp 115 mEntryFuncs.AllocationSetupBufferQueue = AllocationSetupBufferQueue;
    [all...]
rsApiStubs.cpp 367 RS_DISPATCH(ctxWrapper, AllocationSetupBufferQueue, alloc, numAlloc);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 62 dispatchTab.AllocationSetupBufferQueue = (AllocationSetupBufferQueueFnPtr)dlsym(handle, "rsAllocationSetupBufferQueue");
rsDispatch.h 173 AllocationSetupBufferQueueFnPtr AllocationSetupBufferQueue;

Completed in 146 milliseconds