Home
last modified time | relevance | path

Searched refs:GLM_HAS_TEMPLATE_ALIASES (Results 1 – 3 of 3) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/
Dext.hpp110 #if GLM_HAS_TEMPLATE_ALIASES
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_multiplication.hpp17 #if !GLM_HAS_TEMPLATE_ALIASES && !(GLM_COMPILER & GLM_COMPILER_GCC)
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dsetup.hpp417 # define GLM_HAS_TEMPLATE_ALIASES __has_feature(cxx_alias_templates) macro
419 # define GLM_HAS_TEMPLATE_ALIASES 1 macro
421 # define GLM_HAS_TEMPLATE_ALIASES ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\ macro