Home
last modified time | relevance | path

Searched refs:allocationShareBufferQueue (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsMiscellaneousTests.cpp234 context->allocationShareBufferQueue(allocationRecv2, allocationRecv1); in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h65 Return<void> allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) override;
H A DContext.cpp149 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { in allocationShareBufferQueue() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp1075 GetIContextHandle(context)->allocationShareBufferQueue(_valloc1, _valloc2); in AllocationShareBufferQueue()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal182 allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc);