Home
last modified time | relevance | path

Searched refs:AllocationGetPointer (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp54 …dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols()
417 if (dispatchTab.AllocationGetPointer == nullptr) { in loadSymbols()
DAllocation.cpp176 if (RS::dispatch->AllocationGetPointer == nullptr) { in getPointer()
181 p = RS::dispatch->AllocationGetPointer(mRS->getContext(), getIDSafe(), 0, in getPointer()
DrsDispatch.h164 AllocationGetPointerFnPtr AllocationGetPointer; member
/frameworks/rs/
DrsHidlAdaptation.h101 …static void *AllocationGetPointer(RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace f…
Drs.spec167 AllocationGetPointer {
DrsHidlAdaptation.cpp107 mEntryFuncs.AllocationGetPointer = AllocationGetPointer; in LoadDispatchForHidl()
1045 void * RsHidlAdaptation::AllocationGetPointer (RsContext context, RsAllocation allocation, in AllocationGetPointer() function in RsHidlAdaptation
DrsApiStubs.cpp394 …return RS_DISPATCH(ctxWrapper, AllocationGetPointer, va, lod, face, z, array, stride, stride_lengt… in rsAllocationGetPointer()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2213 pIn = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nIncAllocationCreateTyped()
2246 if (alloc != 0 && dispatchTab.AllocationGetPointer != nullptr) { in nAllocationGetByteBuffer()
2247 ptr = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetByteBuffer()
2271 if (alloc != 0 && dispatchTab.AllocationGetPointer != nullptr) { in nAllocationGetStride()
2272 dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetStride()