/hardware/interfaces/renderscript/1.0/default/ |
Device.cpp | 84 .Allocation3DData =
|
Context.cpp | 199 Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); [all...] |
/frameworks/rs/cpp/ |
rsDispatch.cpp | 41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"); 283 if (dispatchTab.Allocation3DData == nullptr) { 284 LOG_ERR("Couldn't initialize dispatchTab.Allocation3DData");
|
Allocation.cpp | 383 tryDispatch(mRS, RS::dispatch->Allocation3DData(mRS->getContext(), getIDSafe(), xoff, yoff, zoff, 389 tryDispatch(mRS, RS::dispatch->Allocation3DData(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
|
rsDispatch.h | 150 Allocation3DDataFnPtr Allocation3DData;
|
/frameworks/rs/ |
rsHidlAdaptation.h | 88 static void Allocation3DData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
|
rs.spec | 215 Allocation3DData {
|
rsHidlAdaptation.cpp | 94 mEntryFuncs.Allocation3DData = Allocation3DData; 600 void RsHidlAdaptation::Allocation3DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, [all...] |
rsApiStubs.cpp | 426 RS_DISPATCH(ctxWrapper, Allocation3DData, va, xoff, yoff, zoff, lod, w, h, d, data, data_length, stride); [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | [all...] |