Searched refs:yoff (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 69 …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,… 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, …
|
D | Context.cpp | 188 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation2DWrite() argument 191 uint32_t _yoff = yoff; in allocation2DWrite() 203 Return<void> Context::allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation3DWrite() argument 206 uint32_t _yoff = yoff; in allocation3DWrite() 257 Return<void> Context::allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation2DRead() argument 260 uint32_t _yoff = yoff; in allocation2DRead() 272 Return<void> Context::allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation3DRead() argument 275 uint32_t _yoff = yoff; in allocation3DRead()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 250 * @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,
|