Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp106 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in Setup()
110 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Setup()
126 if ( this->GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in Cleanup()
130 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Cleanup()
Dgfx_ResMesh.cpp99 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM) in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResVertex.h31 struct ResVertexAttributeData struct
51 class ResVertexAttribute : public nw::ut::ResCommon< ResVertexAttributeData > argument
130 struct ResVertexParamAttributeData : public ResVertexAttributeData
201 struct ResVertexStreamBaseData : public ResVertexAttributeData
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp228 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
234 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupActivateVertexAttributeCommand_()
320 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupActivateVertexAttributeCommand_()
432 if ( attribute.GetFlags() & ResVertexAttributeData::FLAG_VERTEX_PARAM ) in SetupDeactivateVertexAttributeCommand_()
438 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupDeactivateVertexAttributeCommand_()