Searched refs:AllocationGetPointer (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 52 …dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols() 379 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 | 124 AllocationGetPointerFnPtr AllocationGetPointer; member
|
/frameworks/rs/ |
D | rs.spec | 167 AllocationGetPointer {
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 2198 pIn = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nIncAllocationCreateTyped() 2231 if (alloc != 0 && dispatchTab.AllocationGetPointer != nullptr) { in nAllocationGetByteBuffer() 2232 ptr = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetByteBuffer() 2257 if (alloc != 0 && dispatchTab.AllocationGetPointer != nullptr) { in nAllocationGetStride() 2258 ptr = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetStride()
|