/frameworks/rs/rsov/driver/ |
D | rsovAllocation.h | 137 uint32_t dstLod, size_t count, 144 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, 152 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, 160 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, 167 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h,
|
D | rsovAllocation.cpp | 497 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsovAllocationData1D_alloc() argument 503 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, in rsovAllocationData2D_alloc_script() argument 509 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsovAllocationData2D_alloc_script() 518 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, in rsovAllocationData3D_alloc_script() argument 525 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod, in rsovAllocationData3D_alloc_script() 537 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, in rsovAllocationData2D_alloc() argument 546 rsovAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstLod, in rsovAllocationData2D_alloc() 553 uint32_t dstZoff, uint32_t dstLod, uint32_t w, in rsovAllocationData3D_alloc() argument 565 dstLod, w, h, d, srcAlloc, srcXoff, srcYoff, in rsovAllocationData3D_alloc()
|
/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 | 1020 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() argument 1028 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 1035 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1046 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument 1054 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1067 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 1078 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1085 uint32_t dstLod, in rsdAllocationData3D_alloc() argument 1096 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,
|