Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h69 …Return<void> allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, …
70 …Return<void> allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff,…
73 …Return<void> allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t count, …
75 …Return<void> allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, A…
76 …Return<void> allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, …
DContext.cpp188 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation2DWrite() argument
190 uint32_t _xoff = xoff; in allocation2DWrite()
203 Return<void> Context::allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation3DWrite() argument
205 uint32_t _xoff = xoff; in allocation3DWrite()
233 Return<void> Context::allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t… in allocation1DRead() argument
235 uint32_t _xoff = xoff; in allocation1DRead()
257 Return<void> Context::allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation2DRead() argument
259 uint32_t _xoff = xoff; in allocation2DRead()
272 Return<void> Context::allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation3DRead() argument
274 uint32_t _xoff = xoff; in allocation3DRead()
/hardware/interfaces/renderscript/1.0/
DIContext.hal249 * @param xoff X offset of the region to update in this Allocation
261 allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
274 * @param xoff X offset of the region to update in this Allocation
287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
335 * @param xoff X offset of the first element to be copied
342 allocation1DRead(Allocation allocation, uint32_t xoff, uint32_t lod,
377 * @param xoff X offset of the region to copy in this array
390 allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff,
406 * @param xoff X offset of the region to copy in this array
420 allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff,