Searched refs:AllocationCreateFromBitmap (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp48 dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCreateFromBitmap");
223 if (dispatchTab.AllocationCreateFromBitmap == nullptr) {
224 LOG_ERR("Couldn't initialize dispatchTab.AllocationCreateFromBitmap");
H A DrsDispatch.h158 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h78 static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
H A Drs.spec65 AllocationCreateFromBitmap {
H A DrsHidlAdaptation.cpp101 mEntryFuncs.AllocationCreateFromBitmap = AllocationCreateFromBitmap;
432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp346 return RS_DISPATCH(ctxWrapper, AllocationCreateFromBitmap, vtype, mipmaps, data, data_length, usages);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1084 id = (jlong)(uintptr_t)dispatchTab.AllocationCreateFromBitmap((RsContext)con,

Completed in 51 milliseconds