Searched refs:AllocationCreateFromBitmap (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 48 …dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocat… in loadSymbols() 223 if (dispatchTab.AllocationCreateFromBitmap == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 157 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const…
|
D | rs.spec | 65 AllocationCreateFromBitmap {
|
D | rsHidlAdaptation.cpp | 101 mEntryFuncs.AllocationCreateFromBitmap = AllocationCreateFromBitmap; in LoadDispatchForHidl() 432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, in AllocationCreateFromBitmap() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 341 …return RS_DISPATCH(ctxWrapper, AllocationCreateFromBitmap, vtype, mipmaps, data, data_length, usag… in rsAllocationCreateFromBitmap()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1084 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateFromBitmap((RsContext)con, in nAllocationCreateFromBitmap()
|