|
Defines |
#define | GAN_ARRAY_TYPE unsigned char |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_uc |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_uc |
#define | GAN_ARRAY_TYPE short |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_s |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_s |
#define | GAN_ARRAY_TYPE unsigned short |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_us |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_us |
#define | GAN_ARRAY_TYPE int |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_i |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_i |
#define | GAN_ARRAY_TYPE unsigned int |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_ui |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_ui |
#define | GAN_ARRAY_TYPE long |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_l |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_l |
#define | GAN_ARRAY_TYPE unsigned long |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_ul |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_ul |
#define | GAN_ARRAY_TYPE float |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_f |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_f |
#define | GAN_ARRAY_TYPE double |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_d |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_d |
#define | GAN_ARRAY_TYPE void * |
#define | GAN_ARRAY_FILLFUNC gan_fill_array_p |
#define | GAN_ARRAY_COPYFUNC gan_copy_array_p |