HomeSort by relevance Sort by last modified time
    Searched refs:AllocationCreateTypedFnPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
rsDispatch.h 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
119 AllocationCreateTypedFnPtr AllocationCreateTyped;
rsDispatch.cpp 47 dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped");

Completed in 34 milliseconds