Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp49 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols()
219 if (dispatchTab.AllocationCreateTyped == nullptr) { in loadSymbols()
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()
DrsDispatch.h159 AllocationCreateTypedFnPtr AllocationCreateTyped; member
/frameworks/rs/
DrsHidlAdaptation.h77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, …
Drs.spec56 AllocationCreateTyped {
DrsHidlAdaptation.cpp102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped; in LoadDispatchForHidl()
419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, in AllocationCreateTyped() function in RsHidlAdaptation
DrsApiStubs.cpp335 return RS_DISPATCH(ctxWrapper, AllocationCreateTyped, vtype, mipmaps, usages, ptr); in rsAllocationCreateTyped()
/frameworks/rs/support/jni/
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()