Searched refs:particleType_ (Results 1 – 4 of 4) sorted by relevance
432 particleType_ = particleType; in SetParticleType()598 return particleType_; in GetParticleType()649 particleType_ = particleParams_->GetParticleType(); in InitProperty()650 if (particleType_ == ParticleType::POINTS) { in InitProperty()653 } else if (particleType_ == ParticleType::IMAGES) { in InitProperty()
165 return particleType_; in GetParticleType()169 particleType_ = particleType; in SetParticleType()209 return (particleType_ == other.GetParticleType()) && (config_ == other.GetConfig()) &&217 …str.append("particleType: [").append(std::to_string(static_cast<int32_t>(particleType_))).append("… in ToString()228 ParticleType particleType_;
377 …(radius_ == rhs.radius_) && (particleType_ == rhs.particleType_) && (activeTime_ == rhs.activeTime…402 ParticleType particleType_ = ParticleType::POINTS; variable
200 EXPECT_EQ(rsRenderParticle.particleType_, particleType); in HWTEST_F()