Home
last modified time | relevance | path

Searched refs:PARTICLEUSAGE_COUNT (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h205 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in IsStream()
234 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in GetStreamPtr()
255 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in GetStreamPtr()
275 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in GetParameterPtr()
351 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in SwapBuffer()
481 ParticleAttribute m_ParticleAttribute[PARTICLEUSAGE_COUNT];
485 bool m_IsStream[PARTICLEUSAGE_COUNT];
486 void* m_StreamPtr[PARTICLEUSAGE_COUNT][2];
487 int m_StreamStride[PARTICLEUSAGE_COUNT];
Dgfx_ParticleShape.h455 VertexAttribute m_VertexAttribute[PARTICLEUSAGE_COUNT];
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp134 bool hasAttribute[PARTICLEUSAGE_COUNT]; in GetMemorySizeInternal()
135 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in GetMemorySizeInternal()
245 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in GetMemorySizeInternal()
373 bool hasAttribute[PARTICLEUSAGE_COUNT]; in Create()
374 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in Create()
492 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in Create()
744 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in Create()
849 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in ParticleCollection()
871 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in ~ParticleCollection()
928 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in SetParameter()
[all …]
Dgfx_ParticleShape.cpp663 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in ParticleShape()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h66 PARTICLEUSAGE_COUNT, //!< 種別の個数です。 enumerator