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

  /frameworks/rs/
rsAllocation.h 172 bool hasSameDims(const Allocation *Other) const;
rsAllocation.cpp 544 bool Allocation::hasSameDims(const Allocation *other) const {
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 834 if (!ain->hasSameDims(aout)) {
943 if (!ain0->hasSameDims(ains[Index])) {
964 if (!ains[0]->hasSameDims(aout)) {
    [all...]

Completed in 81 milliseconds