Searched refs:dstLod (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.h | 145 uint32_t dstXoff, uint32_t dstLod, size_t count, 150 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 158 uint32_t dstLod,
|
D | rsdAllocation.cpp | 1045 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() argument 1053 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 1060 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1071 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument 1079 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1092 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 1103 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1110 uint32_t dstLod, in rsdAllocationData3D_alloc() argument 1121 dstLod, w, h, d, srcAlloc, in rsdAllocationData3D_alloc()
|
/frameworks/rs/ |
D | rs_hal.h | 248 uint32_t dstXoff, uint32_t dstLod, size_t count, 252 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 260 uint32_t dstLod,
|