HomeSort by relevance Sort by last modified time
    Searched refs:hasSameDims (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
rsAllocation.h 209 bool hasSameDims(const Allocation *Other) const;
rsAllocation.cpp 648 bool Allocation::hasSameDims(const Allocation *other) const {
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 586 if (!ain0->hasSameDims(ains[Index])) {
670 if (!ain0->hasSameDims(ains[Index])) {
695 if (ains[0] && !ains[0]->hasSameDims(aout)) {
    [all...]

Completed in 71 milliseconds