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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 109 .AllocationElementRead = (AllocationElementReadFnPtr)dlsym(
Context.cpp 228 Return<void> Context::allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) {
237 Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes, _compIdx);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 52 dispatchTab.AllocationElementRead = (AllocationElementReadFnPtr)dlsym(handle, "rsAllocationElementRead");
453 if (dispatchTab.AllocationElementRead == nullptr) {
454 LOG_ERR("Couldn't initialize dispatchTab.AllocationElementRead");
rsDispatch.h 162 AllocationElementReadFnPtr AllocationElementRead;
  /frameworks/rs/
rsHidlAdaptation.h 92 static void AllocationElementRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, void*, size_t, size_t);
rs.spec 245 AllocationElementRead {
rsHidlAdaptation.cpp 105 mEntryFuncs.AllocationElementRead = AllocationElementRead;
633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t x, uint32_t y, uint32_t z,
638 GetIContextHandle(context)->allocationElementRead(_allocation, x, y, z, lod, data, sizeBytes, eoff);
    [all...]
rsApiStubs.cpp 448 RS_DISPATCH(ctxWrapper, AllocationElementRead, va, x, y, z, lod, data, data_length, comp_offset);
    [all...]

Completed in 136 milliseconds