Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h67 …Return<void> allocation1DWrite(Allocation allocation, uint32_t offset, uint32_t lod, uint32_t coun…
68 …tWrite(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, const hidl_vec<uin…
69 …ation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapF…
70 …location allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32…
73 …Return<void> allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t count, …
74 …ntRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size siz…
75 …Return<void> allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, A…
76 …location allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32…
83 …Return<void> allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face,…
DContext.cpp164 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()
[all …]
/hardware/interfaces/renderscript/1.0/
DIContext.hal214 * @param lod Selected mipmap level of detail
219 allocation1DWrite(Allocation allocation, uint32_t offset, uint32_t lod,
231 * @param lod Selected mipmap level of detail
237 uint32_t z, uint32_t lod, vec<uint8_t> data,
251 * @param lod Selected mipmap level of detail
262 uint32_t lod, AllocationCubemapFace face, uint32_t w,
277 * @param lod Selected mipmap level of detail
288 uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h,
336 * @param lod Mipmap level of detail
342 allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod,
[all …]