/external/vulkan-validation-layers/libs/glm/detail/ |
type_vec2.hpp | 47 struct tvec2 struct in namespace:glm::detail 54 typedef tvec2<T, P> type; 55 typedef tvec2<bool, P> bool_type; 74 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, x, y) 75 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, r, g) 76 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, s, t) 89 GLM_SWIZZLE_GEN_VEC_FROM_VEC2(T, P, detail::tvec2, detail::tvec2, detail::tvec3, detail::tvec4) 102 GLM_FUNC_DECL tvec2(); 103 GLM_FUNC_DECL tvec2(tvec2<T, P> const & v) 123 GLM_FUNC_DECL tvec2(_swizzle<2,T, P, tvec2<T, P>, E0, E1,-1,-2> const & that) function in struct:glm::detail::tvec2 [all...] |
/frameworks/native/include/ui/ |
vec2.h | 30 class tvec2 : public TVecProductOperators<tvec2, T>, class in namespace:android 31 public TVecAddOperators<tvec2, T>, 32 public TVecUnaryOperators<tvec2, T>, 33 public TVecComparisonOperators<tvec2, T>, 34 public TVecFunctions<tvec2, T> 63 explicit tvec2(no_init) { } function in class:android::tvec2 66 tvec2() : x(0), y(0) { } function in class:android::tvec2 70 tvec2(A v) : x(v), y(v) { } function in class:android::tvec2 73 tvec2(A x, B y) : x(x), y(y) { function in class:android::tvec2 76 explicit tvec2(const tvec2<A>& v) : x(v.x), y(v.y) { } function in class:android::tvec2 79 tvec2(const Impersonator< tvec2<A> >& v) function in class:android::tvec2 [all...] |
/external/opencv3/modules/calib3d/test/ |
test_solvepnp_ransac.cpp | 283 Mat tvec1, tvec2; local 307 solvePnPRansac(object, image, camera_mat, dist_coef, rvec2, tvec2); 311 double tnorm = cvtest::norm(tvec1, tvec2, NORM_INF);
|
/external/opencv3/modules/calib3d/misc/java/test/ |
Calib3dTest.java | 37 Mat tvec2 = new Mat(3, 1, CvType.CV_32F); local 38 tvec2.put(0, 0, 0.70243168, 0.4784472, 0.79219002); 48 Calib3d.composeRT(rvec1, tvec1, rvec2, tvec2, rvec3, tvec3);
|
/external/opencv3/modules/java/src/ |
calib3d.cpp | 1861 Mat& tvec2 = *((Mat*)tvec2_nativeObj); local 1895 Mat& tvec2 = *((Mat*)tvec2_nativeObj); local [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |