Searched refs:offsets_length (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsHidlAdaptation.h | 105 …nAdapterOffset(RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);
|
D | rsApiStubs.cpp | 381 const uint32_t * offsets, size_t offsets_length) in rsAllocationAdapterOffset() argument 383 RS_DISPATCH(ctxWrapper, AllocationAdapterOffset, alloc, offsets, offsets_length); in rsAllocationAdapterOffset()
|
D | rsApiStubs.h | 104 const uint32_t* offsets, size_t offsets_length)
|
D | rsHidlAdaptation.cpp | 1087 …pterOffset (RsContext context, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length) in AllocationAdapterOffset() argument 1092 _offsets.setToExternal(const_cast<uint32_t *>(offsets), offsets_length / sizeof(uint32_t)); in AllocationAdapterOffset()
|
/frameworks/base/libs/androidfw/ |
D | LoadedArsc.cpp | 91 const size_t offsets_length = sizeof(uint32_t) * entry_count; in VerifyResTableType() local 93 if (offsets_offset > entries_offset || entries_offset - offsets_offset < offsets_length) { in VerifyResTableType()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 106 …rOffsetFnPtr) (RsContext rsc, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length);
|