Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleCollection.h197 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in IsStream()
214 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in GetStreamPtr()
235 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in GetStreamPtr()
255 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in GetParameterPtr()
328 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in SwapBuffer()
456 ParticleAttribute m_ParticleAttribute[PARTICLEUSAGE_COUNT];
460 bool m_IsStream[PARTICLEUSAGE_COUNT];
461 void* m_StreamPtr[PARTICLEUSAGE_COUNT][2];
462 int m_StreamStride[PARTICLEUSAGE_COUNT];
Dgfx_ParticleShape.h453 VertexAttribute m_VertexAttribute[PARTICLEUSAGE_COUNT];
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp135 bool hasAttribute[PARTICLEUSAGE_COUNT]; in GetMemorySizeInternal()
136 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in GetMemorySizeInternal()
246 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in GetMemorySizeInternal()
374 bool hasAttribute[PARTICLEUSAGE_COUNT]; in Create()
375 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in Create()
493 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in Create()
745 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in Create()
849 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in ParticleCollection()
870 for (int i = 0; i < PARTICLEUSAGE_COUNT; ++i) in ~ParticleCollection()
927 NW_ASSERT(usage >= 0 && usage < PARTICLEUSAGE_COUNT); in SetParameter()
[all …]
Dgfx_ParticleShape.cpp661 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in ParticleShape()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResParticleUpdater.h62 PARTICLEUSAGE_COUNT, //!< 種別の個数です。 enumerator