Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h45 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,… typedef
118 AllocationCreateStridedFnPtr AllocationCreateStrided;
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp2106 …dispatchTabInc.AllocationCreateStrided = (AllocationCreateStridedFnPtr)dlsym(handle, "rsAllocation… in nIncLoadSO()