Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u… typedef
111 AllocationCreateTypedFnPtr AllocationCreateTyped;
DRenderScript.cpp163 …RS::dispatch->AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreat… in loadSymbols()