HomeSort by relevance Sort by last modified time
    Searched refs:detail (Results 51 - 75 of 1393) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_major_storage.hpp 57 GLM_FUNC_DECL detail::tmat2x2<T, P> rowMajor2(
58 detail::tvec2<T, P> const & v1,
59 detail::tvec2<T, P> const & v2);
64 GLM_FUNC_DECL detail::tmat2x2<T, P> rowMajor2(
65 detail::tmat2x2<T, P> const & m);
70 GLM_FUNC_DECL detail::tmat3x3<T, P> rowMajor3(
71 detail::tvec3<T, P> const & v1,
72 detail::tvec3<T, P> const & v2,
73 detail::tvec3<T, P> const & v3);
78 GLM_FUNC_DECL detail::tmat3x3<T, P> rowMajor3
    [all...]
matrix_operation.hpp 56 GLM_FUNC_DECL detail::tmat2x2<T, P> diagonal2x2(
57 detail::tvec2<T, P> const & v);
62 GLM_FUNC_DECL detail::tmat2x3<T, P> diagonal2x3(
63 detail::tvec2<T, P> const & v);
68 GLM_FUNC_DECL detail::tmat2x4<T, P> diagonal2x4(
69 detail::tvec2<T, P> const & v);
74 GLM_FUNC_DECL detail::tmat3x2<T, P> diagonal3x2(
75 detail::tvec2<T, P> const & v);
80 GLM_FUNC_DECL detail::tmat3x3<T, P> diagonal3x3(
81 detail::tvec3<T, P> const & v)
    [all...]
gradient_paint.hpp 58 detail::tvec2<T, P> const & Center,
60 detail::tvec2<T, P> const & Focal,
61 detail::tvec2<T, P> const & Position);
67 detail::tvec2<T, P> const & Point0,
68 detail::tvec2<T, P> const & Point1,
69 detail::tvec2<T, P> const & Position);
handed_coordinate_space.hpp 57 detail::tvec3<T, P> const & tangent,
58 detail::tvec3<T, P> const & binormal,
59 detail::tvec3<T, P> const & normal);
65 detail::tvec3<T, P> const & tangent,
66 detail::tvec3<T, P> const & binormal,
67 detail::tvec3<T, P> const & normal);
rotate_normalized_axis.hpp 66 /// @see - rotate(detail::tmat4x4<T, P> const & m, T angle, T x, T y, T z)
67 /// @see - rotate(T angle, detail::tvec3<T, P> const & v)
69 GLM_FUNC_DECL detail::tmat4x4<T, P> rotateNormalizedAxis(
70 detail::tmat4x4<T, P> const & m,
72 detail::tvec3<T, P> const & axis);
82 GLM_FUNC_DECL detail::tquat<T, P> rotateNormalizedAxis(
83 detail::tquat<T, P> const & q,
85 detail::tvec3<T, P> const & axis);
std_based_type.hpp 56 typedef detail::tvec2<std::size_t, defaultp> size2;
60 typedef detail::tvec3<std::size_t, defaultp> size3;
64 typedef detail::tvec4<std::size_t, defaultp> size4;
68 typedef detail::tvec2<std::size_t, defaultp> size2_t;
72 typedef detail::tvec3<std::size_t, defaultp> size3_t;
76 typedef detail::tvec4<std::size_t, defaultp> size4_t;
transform.hpp 61 GLM_FUNC_DECL detail::tmat4x4<T, P> translate(
62 detail::tvec3<T, P> const & v);
68 GLM_FUNC_DECL detail::tmat4x4<T, P> rotate(
70 detail::tvec3<T, P> const & v);
76 GLM_FUNC_DECL detail::tmat4x4<T, P> scale(
77 detail::tvec3<T, P> const & v);
dual_quaternion.hpp 54 namespace detail namespace in namespace:glm
61 typedef glm::detail::tquat<T, P> part_type;
64 glm::detail::tquat<T, P> real, dual;
89 GLM_FUNC_DECL detail::tquat<T, P> operator- (
90 detail::tquat<T, P> const & q);
93 GLM_FUNC_DECL detail::tdualquat<T, P> operator+ (
94 detail::tdualquat<T, P> const & q,
95 detail::tdualquat<T, P> const & p);
98 GLM_FUNC_DECL detail::tdualquat<T, P> operator* (
99 detail::tdualquat<T, P> const & q
    [all...]
rotate_vector.hpp 58 GLM_FUNC_DECL detail::tvec2<T, P> rotate(
59 detail::tvec2<T, P> const & v,
65 GLM_FUNC_DECL detail::tvec3<T, P> rotate(
66 detail::tvec3<T, P> const & v,
68 detail::tvec3<T, P> const & normal);
73 GLM_FUNC_DECL detail::tvec4<T, P> rotate(
74 detail::tvec4<T, P> const & v,
76 detail::tvec3<T, P> const & normal);
81 GLM_FUNC_DECL detail::tvec3<T, P> rotateX(
82 detail::tvec3<T, P> const & v
    [all...]
color_space_YCoCg.hpp 56 GLM_FUNC_DECL detail::tvec3<T, P> rgb2YCoCg(
57 detail::tvec3<T, P> const & rgbColor);
62 GLM_FUNC_DECL detail::tvec3<T, P> YCoCg2rgb(
63 detail::tvec3<T, P> const & YCoCgColor);
69 GLM_FUNC_DECL detail::tvec3<T, P> rgb2YCoCgR(
70 detail::tvec3<T, P> const & rgbColor);
76 GLM_FUNC_DECL detail::tvec3<T, P> YCoCgR2rgb(
77 detail::tvec3<T, P> const & YCoCgColor);
matrix_cross_product.hpp 57 GLM_FUNC_DECL detail::tmat3x3<T, P> matrixCross3(
58 detail::tvec3<T, P> const & x);
63 GLM_FUNC_DECL detail::tmat4x4<T, P> matrixCross4(
64 detail::tvec3<T, P> const & x);
polar_coordinates.hpp 57 GLM_FUNC_DECL detail::tvec3<T, P> polar(
58 detail::tvec3<T, P> const & euclidean);
64 GLM_FUNC_DECL detail::tvec3<T, P> euclidean(
65 detail::tvec2<T, P> const & polar);
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.hpp 82 /// @see - translate(detail::tmat4x4<T, P> const & m, T x, T y, T z)
83 /// @see - translate(detail::tvec3<T, P> const & v)
85 GLM_FUNC_DECL detail::tmat4x4<T, P> translate(
86 detail::tmat4x4<T, P> const & m,
87 detail::tvec3<T, P> const & v);
98 /// @see - rotate(detail::tmat4x4<T, P> const & m, T angle, T x, T y, T z)
99 /// @see - rotate(T angle, detail::tvec3<T, P> const & v)
101 GLM_FUNC_DECL detail::tmat4x4<T, P> rotate(
102 detail::tmat4x4<T, P> const & m,
104 detail::tvec3<T, P> const & axis)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base.hpp 11 // detail/sp_counted_base.hpp
21 #include <boost/smart_ptr/detail/sp_has_sync.hpp>
24 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
27 # include <boost/smart_ptr/detail/sp_counted_base_spin.hpp>
30 # include <boost/smart_ptr/detail/sp_counted_base_pt.hpp>
33 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
36 # include <boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp>
39 # include <boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp>
42 # include <boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp>
45 # include <boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_type_requirements.hpp 2 // detail/handler_type_requirements.hpp
15 #include "asio/detail/config.hpp"
57 namespace detail { namespace in namespace:asio
112 #define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler type requirements not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()(), char(0))> ASIO_UNUSED_TYPEDEF
114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), (…)
    [all...]
event.hpp 2 // detail/event.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_event.hpp"
20 # include "asio/detail/std_event.hpp"
24 namespace detail { namespace in namespace:asio
32 } // namespace detail
mutex.hpp 2 // detail/mutex.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_mutex.hpp"
20 # include "asio/detail/std_mutex.hpp"
24 namespace detail { namespace in namespace:asio
32 } // namespace detail
thread.hpp 2 // detail/thread.hpp
15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_thread.hpp"
20 # include "asio/detail/std_thread.hpp"
24 namespace detail { namespace in namespace:asio
32 } // namespace detail
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
AssertionFailedException.java 31 * @param detail
34 public AssertionFailedException(String detail) {
35 super(detail);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
call_traits.hpp 8 // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
19 #include <boost/detail/ob_call_traits.hpp>
21 #include <boost/detail/call_traits.hpp>
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 27 namespace detail { namespace in namespace:boost
  /libcore/ojluni/src/main/java/java/net/
HttpRetryException.java 47 * specified response code and exception detail message
49 * @param detail the detail message.
52 public HttpRetryException(String detail, int code) {
53 super(detail);
58 * Constructs a new <code>HttpRetryException</code> with detail message
61 * @param detail the detail message.
65 public HttpRetryException(String detail, int code, String location) {
66 super (detail);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
probe_fn_base.hpp 48 namespace detail namespace in namespace:__gnu_pbds
57 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
probe_fn_base.hpp 48 namespace detail namespace in namespace:__gnu_pbds
57 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
probe_fn_base.hpp 48 namespace detail namespace in namespace:__gnu_pbds
57 } // namespace detail

Completed in 265 milliseconds

1 23 4 5 6 7 8 91011>>