Searched refs:deviceMemory (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 539 u8* deviceMemory = NULL; in Create() local 542 deviceMemory = reinterpret_cast<u8*>(deviceAllocator->Alloc(deviceMemorySize, 32)); in Create() 543 if (deviceMemory == NULL) in Create() 552 if (deviceMemory != NULL) in Create() 554 deviceAllocator->Free(deviceMemory); in Create() 563 deviceMemory, in Create() 711 …hape::VertexAttribute* datas = shape->AddVertexStream(usage, GL_FLOAT, 1, capacity, &deviceMemory); in Create() 723 …hape::VertexAttribute* datas = shape->AddVertexStream(usage, GL_FLOAT, 3, capacity, &deviceMemory); in Create() 732 …hape::VertexAttribute* datas = shape->AddVertexStream(usage, GL_FLOAT, 2, capacity, &deviceMemory); in Create() 834 void* deviceMemory, in ParticleCollection() argument [all …]
|
| D | gfx_ParticleShape.cpp | 647 void* deviceMemory, in ParticleShape() argument 654 m_DeviceMemory(deviceMemory) in ParticleShape()
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 392 void* deviceMemory,
|
| D | gfx_ParticleShape.h | 417 void* deviceMemory,
|