Searched refs:AllocationGetPointer (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 54 …dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols() 417 if (dispatchTab.AllocationGetPointer == nullptr) { in loadSymbols()
|
D | Allocation.cpp | 176 if (RS::dispatch->AllocationGetPointer == nullptr) { in getPointer() 181 p = RS::dispatch->AllocationGetPointer(mRS->getContext(), getIDSafe(), 0, in getPointer()
|
D | rsDispatch.h | 164 AllocationGetPointerFnPtr AllocationGetPointer; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 101 …static void *AllocationGetPointer(RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace f…
|
D | rs.spec | 167 AllocationGetPointer {
|
D | rsHidlAdaptation.cpp | 107 mEntryFuncs.AllocationGetPointer = AllocationGetPointer; in LoadDispatchForHidl() 1045 void * RsHidlAdaptation::AllocationGetPointer (RsContext context, RsAllocation allocation, in AllocationGetPointer() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 394 …return RS_DISPATCH(ctxWrapper, AllocationGetPointer, va, lod, face, z, array, stride, stride_lengt… in rsAllocationGetPointer()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 2213 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()
|