Searched refs:Allocation1DRead (Results 1 - 8 of 8) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
295 if (dispatchTab.Allocation1DRead == nullptr) {
296 LOG_ERR("Couldn't initialize dispatchTab.Allocation1DRead");
H A DAllocation.cpp254 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
259 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
H A DrsDispatch.h148 Allocation1DReadFnPtr Allocation1DRead; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h91 static void Allocation1DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, void*, size_t);
H A Drs.spec237 Allocation1DRead {
H A DrsHidlAdaptation.cpp91 mEntryFuncs.Allocation1DRead = Allocation1DRead;
625 void RsHidlAdaptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t lod, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp447 RS_DISPATCH(ctxWrapper, Allocation1DRead, va, xoff, lod, count, data, data_length);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1314 PER_ARRAY_TYPE(0, dispatchTab.Allocation1DRead, false,

Completed in 104 milliseconds