Searched refs:AllocationCreateTyped (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 49 …dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateT… in loadSymbols() 219 if (dispatchTab.AllocationCreateTyped == nullptr) { in loadSymbols()
|
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()
|
D | rsDispatch.h | 159 AllocationCreateTypedFnPtr AllocationCreateTyped; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, …
|
D | rs.spec | 56 AllocationCreateTyped {
|
D | rsHidlAdaptation.cpp | 102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped; in LoadDispatchForHidl() 419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, in AllocationCreateTyped() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 335 return RS_DISPATCH(ctxWrapper, AllocationCreateTyped, vtype, mipmaps, usages, ptr); in rsAllocationCreateTyped()
|
/frameworks/rs/support/jni/ |
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()
|