Searched refs:translucencyKind (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_RenderElement.h | 206 ResMaterial::TranslucencyKind translucencyKind = in SetDetailedMaterialIdAndTranslucencyKind() local 209 m_Key |= static_cast<KeyType>(translucencyKind & BIT64_TRANSLUCENCY_KIND_MASK) in SetDetailedMaterialIdAndTranslucencyKind() 235 ResMaterial::TranslucencyKind translucencyKind = (resBuffer.IsValid()) in SetSimpleMaterialIdAndTranslucencyKind() local 239 m_Key |= (static_cast<KeyType>(translucencyKind) in SetSimpleMaterialIdAndTranslucencyKind() 244 void SetTranslucencyKind(ResMaterial::TranslucencyKind translucencyKind) in SetTranslucencyKind() argument 246 m_Key |= (static_cast<KeyType>(translucencyKind) & BIT64_TRANSLUCENCY_KIND_MASK) in SetTranslucencyKind() 376 ResMaterial::TranslucencyKind translucencyKind, 462 ResMaterial::TranslucencyKind translucencyKind, in CreateCommandRenderKey() argument 471 renderKey.SetTranslucencyKind(translucencyKind); in CreateCommandRenderKey() 557 ResMaterial::TranslucencyKind translucencyKind, in CreateCommandRenderKey() argument [all …]
|
| D | gfx_RenderQueue.h | 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() 434 ResMaterial::TranslucencyKind translucencyKind, in EnqueueElement() argument 443 translucencyKind == ResMaterial::TRANSLUCENCY_KIND_LAYER1) in EnqueueElement() 445 RenderKeyFactory* keyFactory = this->GetKeyFactory(translucencyKind); in EnqueueElement() 458 RenderKeyFactory* keyFactory = this->GetKeyFactory(translucencyKind); in EnqueueElement() 542 ResMaterial::TranslucencyKind translucencyKind, in EnqueueCommand() argument 546 RenderKeyFactory* keyFactory = this->GetKeyFactory(translucencyKind); in EnqueueCommand() [all …]
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsSystem.h | 298 gfx::ResMaterial::TranslucencyKind translucencyKind, in EnqueueRenderCommand() argument 304 translucencyKind, in EnqueueRenderCommand()
|