Searched refs:AllocationCreateTyped (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 49 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols() 219 if (dispatchTab.AllocationCreateTyped == nullptr) { in loadSymbols()
|
H A D | Allocation.cpp | 428 … id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, 0); in createTyped() 442 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, in createTyped()
|
H A D | rsDispatch.h | 159 AllocationCreateTypedFnPtr AllocationCreateTyped; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 112 .AllocationCreateTyped = in loadHAL()
|
H A D | Context.cpp | 107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, …
|
H A D | rsHidlAdaptation.cpp | 102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped; in LoadDispatchForHidl() 419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, in AllocationCreateTyped() function in RsHidlAdaptation
|
H A D | rs.spec | 56 AllocationCreateTyped {
|
H A D | rsApiStubs.cpp | 335 return RS_DISPATCH(ctxWrapper, AllocationCreateTyped, vtype, mipmaps, usages, ptr); in rsAllocationCreateTyped()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1033 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped() 1106 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateTyped((RsContext)con, in nAllocationCreateBitmapBackedAllocation()
|