Home
last modified time | relevance | path

Searched refs:AllocationCreateFromBitmap (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp48 …dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
223 if (dispatchTab.AllocationCreateFromBitmap == nullptr) { in loadSymbols()
H A DrsDispatch.h157 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp108 .AllocationCreateFromBitmap = in loadHAL()
H A DContext.cpp116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const…
H A DrsHidlAdaptation.cpp101 mEntryFuncs.AllocationCreateFromBitmap = AllocationCreateFromBitmap; in LoadDispatchForHidl()
432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, in AllocationCreateFromBitmap() function in RsHidlAdaptation
H A Drs.spec65 AllocationCreateFromBitmap {
H A DrsApiStubs.cpp341 …return RS_DISPATCH(ctxWrapper, AllocationCreateFromBitmap, vtype, mipmaps, data, data_length, usag… in rsAllocationCreateFromBitmap()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1086 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateFromBitmap((RsContext)con, in nAllocationCreateFromBitmap()