Home
last modified time | relevance | path

Searched refs:AllocationGetPointerFnPtr (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h104 typedef void * (*AllocationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCub… typedef
164 AllocationGetPointerFnPtr AllocationGetPointer;
H A DrsDispatch.cpp54 …dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointe… in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp123 (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer"), in loadHAL()