Searched refs:dstLod (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.h | 148 uint32_t dstXoff, uint32_t dstLod, size_t count, 153 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 161 uint32_t dstLod,
|
D | rsdAllocation.cpp | 1032 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() argument 1040 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 1047 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1058 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument 1066 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1079 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 1090 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1097 uint32_t dstLod, in rsdAllocationData3D_alloc() argument 1108 dstLod, w, h, d, srcAlloc, in rsdAllocationData3D_alloc()
|
/frameworks/rs/ |
D | rs_hal.h | 277 uint32_t dstXoff, uint32_t dstLod, size_t count, 281 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 289 uint32_t dstLod,
|