Home
last modified time | relevance | path

Searched refs:srcLod (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovAllocation.h139 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);
DrsovAllocation.cpp499 uint32_t srcLod) {} in rsovAllocationData1D_alloc() argument
505 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) { in rsovAllocationData2D_alloc_script() argument
511 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsovAllocationData2D_alloc_script()
520 uint32_t srcZoff, uint32_t srcLod) { in rsovAllocationData3D_alloc_script() argument
528 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, srcLod, in rsovAllocationData3D_alloc_script()
539 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) { in rsovAllocationData2D_alloc() argument
548 srcLod, srcFace); in rsovAllocationData2D_alloc()
557 uint32_t srcLod) { in rsovAllocationData3D_alloc() argument
566 srcZoff, srcLod); in rsovAllocationData3D_alloc()
/frameworks/rs/driver/
DrsdAllocation.h150 uint32_t srcXoff, uint32_t srcLod);
156 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
165 uint32_t srcLod);
DrsdAllocation.cpp1022 uint32_t srcXoff, uint32_t srcLod) { in rsdAllocationData1D_alloc() argument
1031 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc_script() argument
1036 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1049 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() argument
1056 srcLod, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X); in rsdAllocationData3D_alloc_script()
1070 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, in rsdAllocationData2D_alloc() argument
1079 srcXoff, srcYoff, srcLod, srcFace); in rsdAllocationData2D_alloc()
1089 uint32_t srcLod) { in rsdAllocationData3D_alloc() argument
1097 srcXoff, srcYoff, srcZoff, srcLod); in rsdAllocationData3D_alloc()
/frameworks/rs/
Drs_hal.h278 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
284 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
293 uint32_t srcLod);