Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h46 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,… typedef
158 AllocationCreateStridedFnPtr AllocationCreateStrided;
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2119 …dispatchTabInc.AllocationCreateStrided = (AllocationCreateStridedFnPtr)dlsym(handle, "rsAllocation… in nIncLoadSO()