Lines Matching refs:ParticleShape
33 NW_UT_RUNTIME_TYPEINFO_DEFINITION(ParticleShape, SceneObject);
40 ParticleShape* shape, in SetupParticleVertexAttributeCommand()
197 ParticleShape* shape) in SetupDeactivateParticleVertexAttributeCommand()
251 ParticleShape* shape, in CreatePrimitiveCommandCache()
340 ParticleShape::CreateCommandCache( in CreateCommandCache()
360 ParticleShape::GetMemorySizeInternal( in GetMemorySizeInternal()
382 int nodeMemorySize = sizeof(ParticleShape); in GetMemorySizeInternal()
397 ParticleShape::GetDeviceMemorySizeInternal( in GetDeviceMemorySizeInternal()
423 ParticleShape*
424 ParticleShape::Create( in Create()
448 int nodeMemorySize = sizeof(ParticleShape); in Create()
472 ParticleShape* node = new(nodememory) ParticleShape( in Create()
478 nodememory += sizeof(ParticleShape); in Create()
514 ParticleShape::AddVertexStreamSize( in AddVertexStreamSize()
541 ParticleShape::VertexAttribute*
542 ParticleShape::AddVertexStream( in AddVertexStream()
582 ParticleShape::AddVertexParamSize( in AddVertexParamSize()
605 ParticleShape::VertexAttribute*
606 ParticleShape::AddVertexParam( in AddVertexParam()
643 ParticleShape::ParticleShape( in ParticleShape() function in nw::gfx::ParticleShape
683 ParticleShape::~ParticleShape() in ~ParticleShape()
710 ParticleShape::FlushBuffer() in FlushBuffer()