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

/frameworks/rs/cpp/
H A DrsDispatch.cpp47 dispatchTab.AllocationCopyToBitmap = (AllocationCopyToBitmapFnPtr)dlsym(handle, "rsAllocationCopyToBitmap");
267 if (dispatchTab.AllocationCopyToBitmap == nullptr) {
268 LOG_ERR("Couldn't initialize dispatchTab.AllocationCopyToBitmap");
H A DrsDispatch.h157 AllocationCopyToBitmapFnPtr AllocationCopyToBitmap; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h83 static void AllocationCopyToBitmap(RsContext, RsAllocation, void*, size_t);
H A Drs.spec162 AllocationCopyToBitmap {
H A DrsHidlAdaptation.cpp100 mEntryFuncs.AllocationCopyToBitmap = AllocationCopyToBitmap;
549 void RsHidlAdaptation::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp393 RS_DISPATCH(ctxWrapper, AllocationCopyToBitmap, alloc, data, data_length);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1163 dispatchTab.AllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, pixels,

Completed in 109 milliseconds