Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp52 …dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols()
379 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.h124 AllocationGetPointerFnPtr AllocationGetPointer; member
/frameworks/rs/
Drs.spec167 AllocationGetPointer {
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp2198 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()