Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.h53 …Return<void> allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, …
54 …Return<void> allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff,…
59 …Return<void> allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, A…
60 …Return<void> allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, …
DContext.cpp174 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation2DWrite() argument
177 uint32_t _yoff = yoff; in allocation2DWrite()
189 Return<void> Context::allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation3DWrite() argument
192 uint32_t _yoff = yoff; in allocation3DWrite()
243 Return<void> Context::allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation2DRead() argument
246 uint32_t _yoff = yoff; in allocation2DRead()
258 Return<void> Context::allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation3DRead() argument
261 uint32_t _yoff = yoff; in allocation3DRead()
/hardware/interfaces/renderscript/1.0/
DIContext.hal250 * @param yoff Y offset of the region to update in this Allocation
261 allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
275 * @param yoff Y offset of the region to update in this Allocation
287 allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff,
378 * @param yoff Y offset of the region to copy in this array
390 allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff,
407 * @param yoff Y offset of the region to copy in this array
420 allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff,