Searched refs:AllocationGetType (Results 1 – 4 of 4) sorted by relevance
33 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType"); in loadSymbols()34 if (dispatchTab.AllocationGetType == NULL) { in loadSymbols()
105 AllocationGetTypeFnPtr AllocationGetType; member
144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID()); in updateFromNative()
1368 return (jlong)(uintptr_t) dispatchTab.AllocationGetType((RsContext)con, (RsAllocation)a); in nAllocationGetType()