Home
last modified time | relevance | path

Searched refs:_offset (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DIndexRangeCache.h69 size_t _offset, in IndexRangeKey()
73 offset(_offset), in IndexRangeKey()
/hardware/google/gfxstream/guest/mesa/src/util/
Dblob.c214 #define ASSERT_ALIGNED(_offset, _align) \ in BLOB_WRITE_TYPE() argument
215 assert(ALIGN((_offset), (_align)) == (_offset)) in BLOB_WRITE_TYPE()
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp166 uint32_t _offset = offset; in allocation1DWrite() local
171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()