Searched refs:compIdx (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 52 …2_t x, uint32_t y, uint32_t z, uint32_t lod, const hidl_vec<uint8_t>& data, Size compIdx) override; 58 …uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) override;
|
D | Context.cpp | 161 …n, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, const hidl_vec<uint8_t>& data, Size compIdx) { in allocationElementWrite() argument 169 size_t _compIdx = static_cast<size_t>(compIdx); in allocationElementWrite() 230 …cation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) { in allocationElementRead() argument 238 size_t _compIdx = static_cast<size_t>(compIdx); in allocationElementRead()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 233 * @param compIdx Component number to identify which sub-Element is updated 238 Size compIdx); 358 * @param compIdx Component number to identify which sub-Element is updated 363 Size compIdx);
|