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

/frameworks/rs/cpp/
H A DrsDispatch.cpp37 dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");
275 if (dispatchTab.Allocation1DElementData == nullptr) {
276 LOG_ERR("Couldn't initialize dispatchTab.Allocation1DElementData");
H A DrsDispatch.h147 Allocation1DElementDataFnPtr Allocation1DElementData; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h85 static void Allocation1DElementData(RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
H A Drs.spec185 Allocation1DElementData {
H A DrsHidlAdaptation.cpp90 mEntryFuncs.Allocation1DElementData = Allocation1DElementData;
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_t xoff, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp411 RS_DISPATCH(ctxWrapper, Allocation1DElementData, va, x, lod, data, data_length, comp_offset);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1194 dispatchTab.Allocation1DElementData((RsContext)con, (RsAllocation)alloc, xoff,

Completed in 87 milliseconds