Home
last modified time | relevance | path

Searched refs:m_IsStream (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h58 bool m_IsStream; member
184 return this->m_VertexAttribute[index].m_IsStream; in IsVertexStream()
222 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()
243 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()
262 if (this->m_VertexAttribute[index].m_IsStream) in GetVertexParameter()
276 if (this->m_VertexAttribute[index].m_IsStream) in GetVertexParameter()
293 if (this->m_VertexAttribute[index].m_IsStream) in SetVertexParameter()
441 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_IsStream = isStream; in AddVertexAttribute()
Dgfx_ParticleCollection.h59 bool m_IsStream; member
207 return this->m_IsStream[usage]; in IsStream()
236 if (!this->m_IsStream[usage]) in GetStreamPtr()
257 if (!this->m_IsStream[usage]) in GetStreamPtr()
277 if (this->m_IsStream[usage]) in GetParameterPtr()
310 if (this->m_IsStream[usage]) in GetStreamOrParameter()
485 bool m_IsStream[PARTICLEUSAGE_COUNT]; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp75 storage->m_IsStream = true; in ParticleStreamCreate()
115 storage->m_IsStream = false; in ParticleParameterAttributeCreate()
576 node->m_IsStream[usage] = true; in Create()
593 node->m_IsStream[usage] = true; in Create()
611 node->m_IsStream[usage] = true; in Create()
683 node->m_IsStream[usage] = false; in Create()
739 node->m_IsStream[usage] = true; in Create()
808 node->m_IsStream[usage] = false; in Create()
855 this->m_IsStream[i] = false; in ParticleCollection()
930 if (this->m_IsStream[usage]) in SetParameter()