Home
last modified time | relevance | path

Searched defs:GLM_ALIGNED_STRUCT (Results 1 – 1 of 1) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dsetup.hpp686 # define GLM_ALIGNED_STRUCT(x) struct __declspec(align(x)) macro
698 # define GLM_ALIGNED_STRUCT(x) struct __attribute__((aligned(x))) macro
714 # define GLM_ALIGNED_STRUCT(x) struct __align__(x) macro
722 # define GLM_ALIGNED_STRUCT(x) struct macro