OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_compidx
(Results
1 - 1
of
1
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Context.cpp
167
size_t
_compIdx
= static_cast<size_t>(compIdx);
168
Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeBytes,
_compIdx
);
236
size_t
_compIdx
= static_cast<size_t>(compIdx);
237
Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,
_compIdx
);
[
all
...]
Completed in 75 milliseconds