Searched refs:AllocationCreateFromBitmap (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 48 …dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocat… in loadSymbols() 223 if (dispatchTab.AllocationCreateFromBitmap == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 157 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 108 .AllocationCreateFromBitmap = in loadHAL()
|
H A D | Context.cpp | 116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const…
|
H A D | rsHidlAdaptation.cpp | 101 mEntryFuncs.AllocationCreateFromBitmap = AllocationCreateFromBitmap; in LoadDispatchForHidl() 432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, in AllocationCreateFromBitmap() function in RsHidlAdaptation
|
H A D | rs.spec | 65 AllocationCreateFromBitmap {
|
H A D | rsApiStubs.cpp | 341 …return RS_DISPATCH(ctxWrapper, AllocationCreateFromBitmap, vtype, mipmaps, data, data_length, usag… in rsAllocationCreateFromBitmap()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1086 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateFromBitmap((RsContext)con, in nAllocationCreateFromBitmap()
|