Searched refs:AllocationCreateTypedFnPtr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.h39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t); typedef
111 AllocationCreateTypedFnPtr AllocationCreateTyped;
H A DRenderScript.cpp163 RS::dispatch->AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped");

Completed in 556 milliseconds