HomeSort by relevance Sort by last modified time
    Searched refs:vec2 (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/mesa3d/src/glsl/builtins/profiles/
ARB_shader_texture_lod.frag 6 vec4 texture1DProjLod(sampler1D sampler, vec2 coord, float lod);
8 vec4 texture2DLod (sampler2D sampler, vec2 coord, float lod);
  /frameworks/base/libs/hwui/
PathTessellator.cpp 87 inline static vec2 totalOffsetFromNormals(const vec2& normalA, const vec2& normalB) {
127 inline void scaleOffsetForStrokeWidth(vec2& offset) const {
141 inline vec2 deriveAAOffset(const vec2& offset) const {
142 return vec2(offset.x * 0.5f * inverseScaleX,
195 vec2 lastNormal(current->position[1] - last->position[1],
200 vec2 nextNormal(next->position[1] - current->position[1],
204 vec2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal)
    [all...]
Vector.h 114 typedef Vector2 vec2; typedef in namespace:android::uirenderer
  /external/clang/test/Sema/
ext_vector_casts.c 10 float2 vec2; local
32 vec4 = (float4)vec2; // expected-error {{invalid conversion between ext-vector type 'float4' and 'float2'}}
  /external/eigen/test/
sparse_solvers.cpp 47 DenseVector vec2 = vec1, vec3 = vec1; local
53 VERIFY_IS_APPROX(refMat2.template triangularView<Lower>().solve(vec2),
58 VERIFY_IS_APPROX(refMat2.template triangularView<Upper>().solve(vec2),
60 VERIFY_IS_APPROX(refMat2.conjugate().template triangularView<Upper>().solve(vec2),
66 VERIFY_IS_APPROX(refMat2.conjugate().template triangularView<Upper>().solve(vec2),
72 VERIFY_IS_APPROX(refMat2.transpose().template triangularView<Upper>().solve(vec2),
77 VERIFY_IS_APPROX(refMat2.transpose().template triangularView<Lower>().solve(vec2),
99 VERIFY_IS_APPROX(refMat2.template triangularView<Lower>().solve(vec2),
eigensolver_complex.cpp 19 void verify_is_approx_upto_permutation(const VectorType& vec1, const VectorType& vec2)
24 VERIFY(vec2.cols() == 1);
25 VERIFY(vec1.rows() == vec2.rows());
28 VERIFY_IS_APPROX(vec1.array().pow(RealScalar(k)).sum(), vec2.array().pow(RealScalar(k)).sum());
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 130 attribute vec2 a_texCoord;
132 varying vec2 y_texCoord;
133 varying vec2 uv_texCoord;
138 y_texCoord = vec2(y_widthScaleFactor * a_texCoord.x,
140 uv_texCoord = vec2(uv_widthScaleFactor * a_texCoord.x,
147 attribute vec2 a_texCoord;
149 varying vec2 v_texCoord;
158 attribute vec2 a_texCoord;
161 varying vec2 v_texCoord;
173 varying vec2 y_texCoord
    [all...]
  /cts/suite/cts/deviceTests/opengl/assets/fragment/
water 20 varying vec2 v_TexCoordinate;
  /ndk/tests/build/issue22345-ICE-postreload/jni/
issue22345-ICE-postreload.cpp 7 inline float32x4_t dot4VecResult(const float32x4_t& vec1, const float32x4_t& vec2) {
8 float32x4_t result = vmulq_f32(vec1, vec2);
  /external/clang/test/CodeGen/
ext-vector.c 20 float2 vec2, vec2_2; variable
31 vec2 = vec4.xy; // shorten
32 f = vec2.x; // extract elt
35 vec2.x = f; // insert one.
36 vec2.yx = vec2; // reverse
  /frameworks/native/services/surfaceflinger/
Transform.cpp 176 vec2 Transform::transform(const vec2& v) const {
177 vec2 r;
193 vec2 Transform::transform(int x, int y) const
195 return transform(vec2(x,y));
206 vec2 lt( bounds.left, bounds.top );
207 vec2 rt( bounds.right, bounds.top );
208 vec2 lb( bounds.left, bounds.bottom );
209 vec2 rb( bounds.right, bounds.bottom );
  /external/eigen/test/eigen2/
eigen2_sparse_solvers.cpp 47 DenseVector vec2 = vec1, vec3 = vec1; local
53 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().solveTriangular(vec2),
58 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().transpose().solveTriangular(vec2),
63 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().solveTriangular(vec2),
68 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().transpose().solveTriangular(vec2),
  /bionic/libc/kernel/common/linux/
bio.h 137 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
140 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /development/ndk/platforms/android-3/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /external/clang/test/PCH/
exprs.c 99 shuffle_expr *vec_ptr = &vec2;
  /external/kernel-headers/original/linux/
bio.h 211 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \
212 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
215 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) \
216 ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /frameworks/native/include/ui/
vec2.h 86 typedef tvec2<float> vec2; typedef in namespace:android
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
bio.h 138 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
141 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) ((((bvec_to_phys((vec1)) + (vec1)->bv_len) | bvec_to_phys((vec2))) & (BIO_VMERGE_BOUNDARY - 1)) == 0)

Completed in 1741 milliseconds

12 3 4 5 6