Searched refs:srcLod (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.h | 139 uint32_t srcLod); 146 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, 154 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, 162 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod); 169 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod);
|
D | rsovAllocation.cpp | 498 uint32_t srcLod) {} in rsovAllocationData1D_alloc() argument 504 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) { in rsovAllocationData2D_alloc_script() argument 510 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsovAllocationData2D_alloc_script() 519 uint32_t srcZoff, uint32_t srcLod) { in rsovAllocationData3D_alloc_script() argument 527 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, srcLod, in rsovAllocationData3D_alloc_script() 538 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) { in rsovAllocationData2D_alloc() argument 547 srcLod, srcFace); in rsovAllocationData2D_alloc() 556 uint32_t srcLod) { in rsovAllocationData3D_alloc() argument 565 srcZoff, srcLod); in rsovAllocationData3D_alloc()
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 150 uint32_t srcXoff, uint32_t srcLod); 156 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, 165 uint32_t srcLod);
|
D | rsdAllocation.cpp | 1034 uint32_t srcXoff, uint32_t srcLod) { in rsdAllocationData1D_alloc() argument 1043 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc_script() argument 1048 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script() 1061 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() argument 1068 srcLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script() 1082 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc() argument 1091 srcXoff, srcYoff, srcLod, srcFace); in rsdAllocationData2D_alloc() 1101 uint32_t srcLod) { in rsdAllocationData3D_alloc() argument 1109 srcXoff, srcYoff, srcZoff, srcLod); in rsdAllocationData3D_alloc()
|
/frameworks/rs/ |
D | rs_hal.h | 278 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod); 284 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, 293 uint32_t srcLod);
|