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.cpp498 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/
DrsdAllocation.h150 uint32_t srcXoff, uint32_t srcLod);
156 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
165 uint32_t srcLod);
DrsdAllocation.cpp1034 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/
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);