Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h57 bool m_IsStream; member
199 return this->m_IsStream[usage]; in IsStream()
216 if (!this->m_IsStream[usage]) in GetStreamPtr()
237 if (!this->m_IsStream[usage]) in GetStreamPtr()
257 if (this->m_IsStream[usage]) in GetParameterPtr()
288 if (this->m_IsStream[usage]) in GetStreamOrParameter()
404 bool m_IsStream[PARTICLEUSAGE_COUNT]; variable
Dgfx_ParticleShape.h56 bool m_IsStream; member
182 return this->m_VertexAttribute[index].m_IsStream; in IsVertexStream()
220 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()
241 if (!this->m_VertexAttribute[index].m_IsStream) in GetVertexStreamPtr()
260 if (this->m_VertexAttribute[index].m_IsStream) in GetVertexParameter()
274 if (this->m_VertexAttribute[index].m_IsStream) in GetVertexParameter()
291 if (this->m_VertexAttribute[index].m_IsStream) in SetVertexParameter()
439 this->m_VertexAttribute[this->m_ResVertexAttributeDataCount].m_IsStream = isStream; in AddVertexAttribute()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp76 storage->m_IsStream = true; in ParticleStreamCreate()
116 storage->m_IsStream = false; in ParticleParameterAttributeCreate()
577 node->m_IsStream[usage] = true; in Create()
594 node->m_IsStream[usage] = true; in Create()
612 node->m_IsStream[usage] = true; in Create()
684 node->m_IsStream[usage] = false; in Create()
740 node->m_IsStream[usage] = true; in Create()
809 node->m_IsStream[usage] = false; in Create()
854 this->m_IsStream[i] = false; in ParticleCollection()
929 if (this->m_IsStream[usage]) in SetParameter()