Home
last modified time | relevance | path

Searched refs:AllocationCreateTyped (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.cpp49 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols()
219 if (dispatchTab.AllocationCreateTyped == nullptr) { in loadSymbols()
H A DAllocation.cpp428 … 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 DrsDispatch.h159 AllocationCreateTypedFnPtr AllocationCreateTyped; member
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp112 .AllocationCreateTyped = in loadHAL()
H A DContext.cpp107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.h77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, …
H A DrsHidlAdaptation.cpp102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped; in LoadDispatchForHidl()
419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, in AllocationCreateTyped() function in RsHidlAdaptation
H A Drs.spec56 AllocationCreateTyped {
H A DrsApiStubs.cpp335 return RS_DISPATCH(ctxWrapper, AllocationCreateTyped, vtype, mipmaps, usages, ptr); in rsAllocationCreateTyped()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1033 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped()
1106 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateTyped((RsContext)con, in nAllocationCreateBitmapBackedAllocation()