Searched refs:yoff (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 53 …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, …
|
D | Context.cpp | 172 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation2DWrite() argument 175 uint32_t _yoff = yoff; in allocation2DWrite() 187 Return<void> Context::allocation3DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32… in allocation3DWrite() argument 190 uint32_t _yoff = yoff; in allocation3DWrite() 241 Return<void> Context::allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation2DRead() argument 244 uint32_t _yoff = yoff; in allocation2DRead() 256 Return<void> Context::allocation3DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_… in allocation3DRead() argument 259 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,
|