Searched refs:_offset (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | IndexRangeCache.h | 69 size_t _offset, in IndexRangeKey() 73 offset(_offset), in IndexRangeKey()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | blob.c | 214 #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/ |
D | Context.cpp | 166 uint32_t _offset = offset; in allocation1DWrite() local 171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
|