/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 | 496 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsovAllocationData1D_alloc() argument 502 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, in rsovAllocationData2D_alloc_script() argument 508 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsovAllocationData2D_alloc_script() 517 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, in rsovAllocationData3D_alloc_script() argument 524 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod, in rsovAllocationData3D_alloc_script() 536 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, in rsovAllocationData2D_alloc() argument 545 rsovAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstLod, in rsovAllocationData2D_alloc() 552 uint32_t dstZoff, uint32_t dstLod, uint32_t w, in rsovAllocationData3D_alloc() argument 564 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 | 1022 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() argument 1030 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 1037 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1048 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument 1056 dstLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1069 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 1080 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1087 uint32_t dstLod, in rsdAllocationData3D_alloc() argument 1098 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,
|