Lines Matching refs:deviceMemory
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
845 m_DeviceMemory(deviceMemory) in ParticleCollection()