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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 196 * allocationSetupBufferQueue, allocationShareBufferQueue,
233 context->allocationSetupBufferQueue(allocationRecv1, 2);
  /hardware/interfaces/renderscript/1.0/
IContext.hal 169 allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 48 Return<void> allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) override;
Context.cpp 126 Return<void> Context::allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) {
129 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 115 mEntryFuncs.AllocationSetupBufferQueue = AllocationSetupBufferQueue;
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 197 } else if (target_func == "allocationSetupBufferQueue") {
212 renderscript->allocationSetupBufferQueue(arg0, arg1);
    [all...]

Completed in 49 milliseconds