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