|
| template<typename T > |
| bool | agxData::callDispatch (CallbackList *, agx::UInt32, agx::UInt32) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Bool > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Int16 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Int32 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Int64 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Int8 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Real32 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::Real64 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::UInt16 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::UInt32 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::UInt64 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<> |
| bool | agxData::callDispatch< agx::UInt8 > (CallbackList *callbackList, agx::UInt32 stride, agx::UInt32 padding) |
| |
| template<class T , typename std::enable_if< std::is_copy_constructible< T >::value >::type * = nullptr> |
| void | agxData::FormatTdoInitializeElement (T *element, const T *value) |
| |
| template<typename T > |
| void | agxData::GenericCopyFunction (void *target, const void *source, size_t numElements) |
| |
| template<typename TargetT , typename SourceT > |
| void | agxData::GenericTransformFunction (void *targetBuffer, const void *sourceBuffer, size_t numElements) |
| |
| TransformFunction AGXCORE_EXPORT | agxData::getTransformer (const Format *targetFormat, const Format *sourceFormat) |
| | Get a specific transformer.
|
| |
| void AGXCORE_EXPORT | agxData::registerTransformer (TransformFunction transformer, const Format *targetFormat, const Format *sourceFormat) |
| | Register a format-format transformer.
|
| |
| void AGXCORE_EXPORT | agxData::Swap16Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap2x32Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap2x64Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap32Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap3x32Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap3x64Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap4x32Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap4x64Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap64Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap6x32Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap6x64Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap8Function (void *target, const void *source, size_t numElements) |
| | Standard swap functions.
|
| |
| void AGXCORE_EXPORT | agxData::Swap8x32Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::Swap8x64Function (void *target, const void *source, size_t numElements) |
| |
| void AGXCORE_EXPORT | agxData::transform (void *target, const Format *targetFormat, const void *source, const Format *sourceFormat, size_t numElements) |
| | Transform data between two buffers.
|
| |