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