Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h46 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,… typedef
158 AllocationCreateStridedFnPtr AllocationCreateStrided;
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp111 (AllocationCreateStridedFnPtr)dlsym(handle, "rsAllocationCreateStrided"), in loadHAL()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2121 …dispatchTabInc.AllocationCreateStrided = (AllocationCreateStridedFnPtr)dlsym(handle, "rsAllocation… in nIncLoadSO()