Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp111 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Setup()
131 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Cleanup()
152 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in GetVertexCount()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResVertex.h39 FLAG_INTERLEAVE = 0x2 enumerator
62 FLAG_INTERLEAVE = 0x2 enumerator
Dgfx_ResShape.h529 if (attribute.GetFlags() & ResVertexAttribute::FLAG_INTERLEAVE)
579 if (attribute.GetFlags() & ResVertexAttribute::FLAG_INTERLEAVE) in ResVertexAttributeIterator()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp216 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in CalcSetupDeactivateVertexAttributeCommandSize_()
344 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupActivateVertexAttributeCommand_()
554 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupDeactivateVertexAttributeCommand_()