Lines Matching refs:lod

164 Return<void> Context::allocation1DWrite(Allocation allocation, uint32_t offset, uint32_t lod, uint3…  in allocation1DWrite()  argument
167 uint32_t _lod = lod; in allocation1DWrite()
175 …tWrite(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, const hidl_vec<uin… in allocationElementWrite() argument
180 uint32_t _lod = lod; in allocationElementWrite()
188 …ation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapF… in allocation2DWrite() argument
192 uint32_t _lod = lod; in allocation2DWrite()
203 …location allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32… in allocation3DWrite() argument
208 uint32_t _lod = lod; in allocation3DWrite()
233 Return<void> Context::allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t… in allocation1DRead() argument
236 uint32_t _lod = lod; in allocation1DRead()
244 …ntRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size siz… in allocationElementRead() argument
249 uint32_t _lod = lod; in allocationElementRead()
257 …cation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapF… in allocation2DRead() argument
261 uint32_t _lod = lod; in allocation2DRead()
272 …location allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32… in allocation3DRead() argument
277 uint32_t _lod = lod; in allocation3DRead()
349 Return<void> Context::allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFa… in allocationGetPointer() argument
351 uint32_t _lod = lod; in allocationGetPointer()