Lines Matching refs:deviceMemory
538 u8* deviceMemory = NULL; in Create() local
541 deviceMemory = reinterpret_cast<u8*>(deviceAllocator->Alloc(deviceMemorySize, 32)); in Create()
542 if (deviceMemory == NULL) in Create()
551 if (deviceMemory != NULL) in Create()
553 deviceAllocator->Free(deviceMemory); in Create()
562 deviceMemory, in Create()
710 …hape::VertexAttribute* datas = shape->AddVertexStream(usage, GL_FLOAT, 1, capacity, &deviceMemory); in Create()
722 …hape::VertexAttribute* datas = shape->AddVertexStream(usage, GL_FLOAT, 3, capacity, &deviceMemory); in Create()
731 …hape::VertexAttribute* datas = shape->AddVertexStream(usage, GL_FLOAT, 2, capacity, &deviceMemory); in Create()
833 void* deviceMemory, in ParticleCollection() argument
844 m_DeviceMemory(deviceMemory), in ParticleCollection()