Home
last modified time | relevance | path

Searched refs:format_guard (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
Dio.hpp75 class format_guard class
80 GLM_FUNC_DECL explicit format_guard();
81 GLM_FUNC_DECL ~format_guard();
96 GLM_FUNC_DECL format_guard::order_t& order();
Dio.inl34 format_guard::format_guard() function in glm::io::format_guard
40 format_guard::~format_guard()
60 GLM_FUNC_QUALIFIER format_guard::order_t& order()
62 static format_guard::order_t p(format_guard::row_major);
75 order() = format_guard::column_major;
82 order() = format_guard::row_major;