HomeSort by relevance Sort by last modified time
    Searched refs:Allocation1DElementData (Results 1 - 8 of 8) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 77 .Allocation1DElementData = (Allocation1DElementDataFnPtr) nullptr,
  /frameworks/rs/cpp/
rsDispatch.cpp 37 dispatchTab.Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");
275 if (dispatchTab.Allocation1DElementData == nullptr) {
276 LOG_ERR("Couldn't initialize dispatchTab.Allocation1DElementData");
rsDispatch.h 146 Allocation1DElementDataFnPtr Allocation1DElementData;
  /frameworks/rs/
rsHidlAdaptation.h 85 static void Allocation1DElementData(RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
rs.spec 185 Allocation1DElementData {
rsHidlAdaptation.cpp 90 mEntryFuncs.Allocation1DElementData = Allocation1DElementData;
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_t xoff,
    [all...]
rsApiStubs.cpp 406 RS_DISPATCH(ctxWrapper, Allocation1DElementData, va, x, lod, data, data_length, comp_offset);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 69 milliseconds