Searched refs:AllocationCubeCreateFromBitmap (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 50 …dispatchTab.AllocationCubeCreateFromBitmap = (AllocationCubeCreateFromBitmapFnPtr)dlsym(handle, "r… in loadSymbols() 227 if (dispatchTab.AllocationCubeCreateFromBitmap == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 160 AllocationCubeCreateFromBitmapFnPtr AllocationCubeCreateFromBitmap; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 114 .AllocationCubeCreateFromBitmap = (AllocationCubeCreateFromBitmapFnPtr)dlsym( in loadHAL()
|
H A D | Context.cpp | 125 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 79 …static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, c…
|
H A D | rsHidlAdaptation.cpp | 103 mEntryFuncs.AllocationCubeCreateFromBitmap = AllocationCubeCreateFromBitmap; in LoadDispatchForHidl() 446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type, in AllocationCubeCreateFromBitmap() function in RsHidlAdaptation
|
H A D | rs.spec | 74 AllocationCubeCreateFromBitmap {
|
H A D | rsApiStubs.cpp | 347 …return RS_DISPATCH(ctxWrapper, AllocationCubeCreateFromBitmap, vtype, mipmaps, data, data_length, … in rsAllocationCubeCreateFromBitmap()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1125 id = (jlong)(uintptr_t)dispatchTab.AllocationCubeCreateFromBitmap((RsContext)con, in nAllocationCubeCreateFromBitmap()
|