HomeSort by relevance Sort by last modified time
    Searched refs:detail (Results 1 - 25 of 1753) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 47 # include "../detail/intrinsic_common.hpp"
48 # include "../detail/intrinsic_geometric.hpp"
49 # include "../detail/intrinsic_integer.hpp"
86 namespace detail namespace in namespace:glm
174 }//namespace detail
176 typedef glm::detail::fvec4SIMD simdVec4;
184 detail::fvec4SIMD const & x);
188 detail::fvec4SIMD abs(detail::fvec4SIMD const & x);
192 detail::fvec4SIMD sign(detail::fvec4SIMD const & x)
    [all...]
raw_data.hpp 42 #include "../detail/setup.hpp"
43 #include "../detail/type_int.hpp"
56 typedef detail::uint8 byte;
60 typedef detail::uint16 word;
64 typedef detail::uint32 dword;
68 typedef detail::uint64 qword;
simd_quat.hpp 67 namespace detail namespace in namespace:glm
126 detail::fquatSIMD operator- (
127 detail::fquatSIMD const & q);
129 detail::fquatSIMD operator+ (
130 detail::fquatSIMD const & q,
131 detail::fquatSIMD const & p);
133 detail::fquatSIMD operator* (
134 detail::fquatSIMD const & q,
135 detail::fquatSIMD const & p);
137 detail::fvec4SIMD operator*
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_vec4.hpp 47 # include "../detail/intrinsic_common.hpp"
48 # include "../detail/intrinsic_geometric.hpp"
49 # include "../detail/intrinsic_integer.hpp"
86 namespace detail namespace in namespace:glm
174 }//namespace detail
176 typedef glm::detail::fvec4SIMD simdVec4;
184 detail::fvec4SIMD const & x);
188 detail::fvec4SIMD abs(detail::fvec4SIMD const & x);
192 detail::fvec4SIMD sign(detail::fvec4SIMD const & x)
    [all...]
raw_data.hpp 42 #include "../detail/setup.hpp"
43 #include "../detail/type_int.hpp"
56 typedef detail::uint8 byte;
60 typedef detail::uint16 word;
64 typedef detail::uint32 dword;
68 typedef detail::uint64 qword;
simd_quat.hpp 67 namespace detail namespace in namespace:glm
126 detail::fquatSIMD operator- (
127 detail::fquatSIMD const & q);
129 detail::fquatSIMD operator+ (
130 detail::fquatSIMD const & q,
131 detail::fquatSIMD const & p);
133 detail::fquatSIMD operator* (
134 detail::fquatSIMD const & q,
135 detail::fquatSIMD const & p);
137 detail::fvec4SIMD operator*
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 75 typedef detail::int8 lowp_int8;
79 typedef detail::int16 lowp_int16;
83 typedef detail::int32 lowp_int32;
87 typedef detail::int64 lowp_int64;
91 typedef detail::int8 lowp_int8_t;
95 typedef detail::int16 lowp_int16_t;
99 typedef detail::int32 lowp_int32_t;
103 typedef detail::int64 lowp_int64_t;
107 typedef detail::int8 lowp_i8;
111 typedef detail::int16 lowp_i16
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
type_precision.hpp 75 typedef detail::int8 lowp_int8;
79 typedef detail::int16 lowp_int16;
83 typedef detail::int32 lowp_int32;
87 typedef detail::int64 lowp_int64;
91 typedef detail::int8 lowp_int8_t;
95 typedef detail::int16 lowp_int16_t;
99 typedef detail::int32 lowp_int32_t;
103 typedef detail::int64 lowp_int64_t;
107 typedef detail::int8 lowp_i8;
111 typedef detail::int16 lowp_i16
    [all...]
  /external/vulkan-validation-layers/libs/glm/
mat2x2.hpp 32 #include "detail/type_mat2x2.hpp"
41 typedef detail::tmat2x2<float, lowp> lowp_mat2;
48 typedef detail::tmat2x2<float, mediump> mediump_mat2;
55 typedef detail::tmat2x2<float, highp> highp_mat2;
62 typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
69 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
76 typedef detail::tmat2x2<float, highp> highp_mat2x2;
mat3x3.hpp 32 #include "detail/type_mat3x3.hpp"
41 typedef detail::tmat3x3<float, lowp> lowp_mat3;
48 typedef detail::tmat3x3<float, mediump> mediump_mat3;
55 typedef detail::tmat3x3<float, highp> highp_mat3;
62 typedef detail::tmat3x3<float, lowp> lowp_mat3x3;
69 typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
76 typedef detail::tmat3x3<float, highp> highp_mat3x3;
mat4x4.hpp 32 #include "detail/type_mat4x4.hpp"
41 typedef detail::tmat4x4<float, lowp> lowp_mat4;
48 typedef detail::tmat4x4<float, mediump> mediump_mat4;
55 typedef detail::tmat4x4<float, highp> highp_mat4;
62 typedef detail::tmat4x4<float, lowp> lowp_mat4x4;
69 typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
76 typedef detail::tmat4x4<float, highp> highp_mat4x4;
mat2x3.hpp 32 #include "detail/type_mat2x3.hpp"
41 typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
48 typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
55 typedef detail::tmat2x3<float, highp> highp_mat2x3;
mat2x4.hpp 32 #include "detail/type_mat2x4.hpp"
41 typedef detail::tmat2x4<float, lowp> lowp_mat2x4;
48 typedef detail::tmat2x4<float, mediump> mediump_mat2x4;
55 typedef detail::tmat2x4<float, highp> highp_mat2x4;
mat3x2.hpp 32 #include "detail/type_mat3x2.hpp"
41 typedef detail::tmat3x2<float, lowp> lowp_mat3x2;
48 typedef detail::tmat3x2<float, mediump> mediump_mat3x2;
55 typedef detail::tmat3x2<float, highp> highp_mat3x2;
mat3x4.hpp 32 #include "detail/type_mat3x4.hpp"
41 typedef detail::tmat3x4<float, lowp> lowp_mat3x4;
48 typedef detail::tmat3x4<float, mediump> mediump_mat3x4;
55 typedef detail::tmat3x4<float, highp> highp_mat3x4;
mat4x2.hpp 32 #include "detail/type_mat4x2.hpp"
41 typedef detail::tmat4x2<float, lowp> lowp_mat4x2;
48 typedef detail::tmat4x2<float, mediump> mediump_mat4x2;
55 typedef detail::tmat4x2<float, highp> highp_mat4x2;
mat4x3.hpp 32 #include "detail/type_mat4x3.hpp"
41 typedef detail::tmat4x3<float, lowp> lowp_mat4x3;
48 typedef detail::tmat4x3<float, mediump> mediump_mat4x3;
55 typedef detail::tmat4x3<float, highp> highp_mat4x3;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
mat2x2.hpp 32 #include "detail/type_mat2x2.hpp"
41 typedef detail::tmat2x2<float, lowp> lowp_mat2;
48 typedef detail::tmat2x2<float, mediump> mediump_mat2;
55 typedef detail::tmat2x2<float, highp> highp_mat2;
62 typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
69 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
76 typedef detail::tmat2x2<float, highp> highp_mat2x2;
mat3x3.hpp 32 #include "detail/type_mat3x3.hpp"
41 typedef detail::tmat3x3<float, lowp> lowp_mat3;
48 typedef detail::tmat3x3<float, mediump> mediump_mat3;
55 typedef detail::tmat3x3<float, highp> highp_mat3;
62 typedef detail::tmat3x3<float, lowp> lowp_mat3x3;
69 typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
76 typedef detail::tmat3x3<float, highp> highp_mat3x3;
mat4x4.hpp 32 #include "detail/type_mat4x4.hpp"
41 typedef detail::tmat4x4<float, lowp> lowp_mat4;
48 typedef detail::tmat4x4<float, mediump> mediump_mat4;
55 typedef detail::tmat4x4<float, highp> highp_mat4;
62 typedef detail::tmat4x4<float, lowp> lowp_mat4x4;
69 typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
76 typedef detail::tmat4x4<float, highp> highp_mat4x4;
mat2x3.hpp 32 #include "detail/type_mat2x3.hpp"
41 typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
48 typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
55 typedef detail::tmat2x3<float, highp> highp_mat2x3;
mat2x4.hpp 32 #include "detail/type_mat2x4.hpp"
41 typedef detail::tmat2x4<float, lowp> lowp_mat2x4;
48 typedef detail::tmat2x4<float, mediump> mediump_mat2x4;
55 typedef detail::tmat2x4<float, highp> highp_mat2x4;
mat3x2.hpp 32 #include "detail/type_mat3x2.hpp"
41 typedef detail::tmat3x2<float, lowp> lowp_mat3x2;
48 typedef detail::tmat3x2<float, mediump> mediump_mat3x2;
55 typedef detail::tmat3x2<float, highp> highp_mat3x2;
mat3x4.hpp 32 #include "detail/type_mat3x4.hpp"
41 typedef detail::tmat3x4<float, lowp> lowp_mat3x4;
48 typedef detail::tmat3x4<float, mediump> mediump_mat3x4;
55 typedef detail::tmat3x4<float, highp> highp_mat3x4;
  /libcore/ojluni/src/main/java/java/io/
WriteAbortedException.java 32 * exception that terminated the write can be found in the detail
39 * accessed via the public {@link #detail} field is now known as the
58 public Exception detail; field in class:WriteAbortedException
69 detail = ex;
77 if (detail == null)
80 return super.getMessage() + "; " + detail.toString();
91 return detail;

Completed in 173 milliseconds

1 2 3 4 5 6 7 8 91011>>