Home
last modified time | relevance | path

Searched refs:getIsScript (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovAllocation.cpp539 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsovAllocationData2D_alloc()
557 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsovAllocationData3D_alloc()
/frameworks/rs/driver/
DrsdAllocation.cpp623 if (!alloc->getIsScript()) { in rsdAllocationSyncFromFBO()
1074 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1092 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
/frameworks/rs/
DrsAllocation.h158 bool getIsScript() const { in getIsScript() function
DrsAllocation.cpp526 if (!mHal.state.hasReferences || !getIsScript()) { in decRefs()