Lines Matching refs:translucencyKind
282 ResMaterial::TranslucencyKind translucencyKind = in operator() local
285 float depth = (translucencyKind == ResMaterial::TRANSLUCENCY_KIND_OPAQUE) in operator()
286 ? calculateDepth(mesh, camera, IsCalculating(translucencyKind)) in operator()
290 ElementType(mesh, calculateDepth.model), translucencyKind, depth, layerId); in operator()
436 ResMaterial::TranslucencyKind translucencyKind, in EnqueueElement() argument
449 translucencyKind == ResMaterial::TRANSLUCENCY_KIND_LAYER1) in EnqueueElement()
451 RenderKeyFactory* keyFactory = this->GetKeyFactory(translucencyKind); in EnqueueElement()
464 RenderKeyFactory* keyFactory = this->GetKeyFactory(translucencyKind); in EnqueueElement()
550 ResMaterial::TranslucencyKind translucencyKind, in EnqueueCommand() argument
554 RenderKeyFactory* keyFactory = this->GetKeyFactory(translucencyKind); in EnqueueCommand()
558 command, translucencyKind, priority, layerId))); in EnqueueCommand()
726 ElementKeyFactoryType* GetKeyFactory(ResMaterial::TranslucencyKind translucencyKind) in GetKeyFactory() argument
729 switch (translucencyKind) in GetKeyFactory()