Searched refs:AllocationGetPointerFnPtr (Results 1 – 2 of 2) sorted by relevance
99 typedef void * (*AllocationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCub… typedef183 AllocationGetPointerFnPtr AllocationGetPointer;
360 …dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols()