Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp110 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Setup()
130 else if ( this->GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE ) in Cleanup()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResVertex.h37 FLAG_INTERLEAVE = 0x2 enumerator
60 FLAG_INTERLEAVE = 0x2 enumerator
Dgfx_ResShape.h494 if (attribute.GetFlags() & ResVertexAttribute::FLAG_INTERLEAVE)
544 if (attribute.GetFlags() & ResVertexAttribute::FLAG_INTERLEAVE) in ResVertexAttributeIterator()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp234 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupActivateVertexAttributeCommand_()
438 if (attribute.GetFlags() & ResVertexAttributeData::FLAG_INTERLEAVE) in SetupDeactivateVertexAttributeCommand_()