Home
last modified time | relevance | path

Searched refs:GetBlendOperation (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp476 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
561 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
784 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
874 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
1116 const anim::AnimBlendOp* blendOp = animGroup->GetBlendOperation(memberIdx); in EvaluateMember()
Dgfx_TransformAnim.cpp919 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
1239 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
1352 const anim::AnimBlendOp* blendOp = m_AnimGroup->GetBlendOperation(memberIdx); in GetResult()
Dgfx_Material.cpp794 ResBlendOperationData* ptr = mat.GetFragmentOperation().GetBlendOperation().ptr(); in GetAnimTargetObject()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResMaterial.h1102 ResBlendOperation blendOperation = GetBlendOperation(); in SetFragmentOperationMode()
1113 ResBlendOperation blendOperation = GetBlendOperation(); in GetFragmentOperationMode()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_MaterialState.h829 ResBlendOperation resBlendOperation = fragmentOperation.GetBlendOperation(); in ActivateFragmentOperation()
Dgfx_AnimObject.h238 const anim::AnimBlendOp* GetBlendOperation(int memberIdx) const in GetBlendOperation() function