Searched refs:hasSameDims (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsAllocation.h209 bool hasSameDims(const Allocation *Other) const;
H A DrsAllocation.cpp648 bool Allocation::hasSameDims(const Allocation *other) const { function in class:android::renderscript::Allocation
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp575 if (!ain0->hasSameDims(ains[Index])) {
659 if (!ain0->hasSameDims(ains[Index])) {
684 if (ains[0] && !ains[0]->hasSameDims(aout)) {

Completed in 195 milliseconds