BSIZE enum value | sofa::helper::MemoryManager< T > | |
buffer_id_type typedef | sofa::helper::MemoryManager< T > | |
bufferAlloc(buffer_id_type *, int, bool) | sofa::helper::MemoryManager< T > | inlinestatic |
bufferFree(const buffer_id_type) | sofa::helper::MemoryManager< T > | inlinestatic |
bufferMapToDevice(device_pointer *, const buffer_id_type) | sofa::helper::MemoryManager< T > | inlinestatic |
bufferRegister(const buffer_id_type) | sofa::helper::MemoryManager< T > | inlinestatic |
bufferUnmapToDevice(device_pointer *, const buffer_id_type) | sofa::helper::MemoryManager< T > | inlinestatic |
bufferUnregister(const buffer_id_type) | sofa::helper::MemoryManager< T > | inlinestatic |
device_pointer typedef | sofa::helper::MemoryManager< T > | |
deviceAlloc(int d, device_pointer *dPointer, int n) | sofa::helper::MemoryManager< T > | static |
deviceFree(int d, const device_pointer dSrcPointer) | sofa::helper::MemoryManager< T > | static |
deviceOffset(device_pointer dPointer, size_t offset) | sofa::helper::MemoryManager< T > | inlinestatic |
getBufferDevice() | sofa::helper::MemoryManager< T > | static |
host_pointer typedef | sofa::helper::MemoryManager< T > | |
hostAlloc(host_pointer *hPointer, int n) | sofa::helper::MemoryManager< T > | inlinestatic |
hostFree(const host_pointer hSrcPointer) | sofa::helper::MemoryManager< T > | static |
isNull(device_pointer p) | sofa::helper::MemoryManager< T > | inlinestatic |
MAX_DEVICES enum value | sofa::helper::MemoryManager< T > | |
memcpyDeviceToDevice(int d, device_pointer dDestPointer, const device_pointer dSrcPointer, size_t n) | sofa::helper::MemoryManager< T > | static |
memcpyDeviceToHost(int d, host_pointer hDestPointer, const void *dSrcPointer, size_t n) | sofa::helper::MemoryManager< T > | static |
memcpyHostToDevice(int d, device_pointer dDestPointer, const host_pointer hSrcPointer, size_t n) | sofa::helper::MemoryManager< T > | static |
memsetDevice(int d, device_pointer dDestPointer, int value, size_t n) | sofa::helper::MemoryManager< T > | static |
memsetHost(host_pointer hPointer, int value, size_t n) | sofa::helper::MemoryManager< T > | inlinestatic |
null() | sofa::helper::MemoryManager< T > | inlinestatic |
numDevices() | sofa::helper::MemoryManager< T > | static |
SUPPORT_GL_BUFFER enum value | sofa::helper::MemoryManager< T > | |