Lines Matching refs:ParticleShape
35 NW_UT_RUNTIME_TYPEINFO_DEFINITION(ParticleShape, SceneObject);
42 ParticleShape* shape, in SetupParticleVertexAttributeCommand()
199 ParticleShape* shape) in SetupDeactivateParticleVertexAttributeCommand()
253 ParticleShape* shape, in CreatePrimitiveCommandCache()
342 ParticleShape::CreateCommandCache( in CreateCommandCache()
362 ParticleShape::GetMemorySizeInternal( in GetMemorySizeInternal()
384 int nodeMemorySize = sizeof(ParticleShape); in GetMemorySizeInternal()
399 ParticleShape::GetDeviceMemorySizeInternal( in GetDeviceMemorySizeInternal()
425 ParticleShape*
426 ParticleShape::Create( in Create()
450 int nodeMemorySize = sizeof(ParticleShape); in Create()
474 ParticleShape* node = new(nodememory) ParticleShape( in Create()
480 nodememory += sizeof(ParticleShape); in Create()
516 ParticleShape::AddVertexStreamSize( in AddVertexStreamSize()
543 ParticleShape::VertexAttribute*
544 ParticleShape::AddVertexStream( in AddVertexStream()
584 ParticleShape::AddVertexParamSize( in AddVertexParamSize()
607 ParticleShape::VertexAttribute*
608 ParticleShape::AddVertexParam( in AddVertexParam()
645 ParticleShape::ParticleShape( in ParticleShape() function in nw::gfx::ParticleShape
685 ParticleShape::~ParticleShape() in ~ParticleShape()
712 ParticleShape::FlushBuffer() in FlushBuffer()