Home
last modified time | relevance | path

Searched refs:ResVertexAttributeData (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp107 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in Setup()
111 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Setup()
127 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in Cleanup()
131 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Cleanup()
147 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in GetVertexCount()
152 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in GetVertexCount()
Dgfx_ResMesh.cpp101 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM) in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResVertex.h33 struct ResVertexAttributeData struct
53 class ResVertexAttribute : public nw::ut::ResCommon< ResVertexAttributeData > argument
148 struct ResVertexParamAttributeData : public ResVertexAttributeData
219 struct ResVertexStreamBaseData : public ResVertexAttributeData
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp172 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in CalcSetupActivateVertexAttributeCommandSize_()
210 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in CalcSetupDeactivateVertexAttributeCommandSize_()
216 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in CalcSetupDeactivateVertexAttributeCommandSize_()
338 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
344 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupActivateVertexAttributeCommand_()
431 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
548 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupDeactivateVertexAttributeCommand_()
554 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupDeactivateVertexAttributeCommand_()