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

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-14/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/9/platforms/android-18/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/9/platforms/android-18/arch-mips/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/9/platforms/android-18/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/9/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/9/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/9/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/9/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/9/platforms/android-9/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/9/platforms/android-9/arch-mips/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/9/platforms/android-9/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)
  /external/opencv/cv/src/
cvoptflowbm.cpp 48 icvCmpBlocksL1_8u_C1( const uchar * vec1, const uchar * vec2, int len )
54 int t0 = abs(vec1[i] - vec2[i]);
55 int t1 = abs(vec1[i + 1] - vec2[i + 1]);
56 int t2 = abs(vec1[i + 2] - vec2[i + 2]);
57 int t3 = abs(vec1[i + 3] - vec2[i + 3]);
64 int t0 = abs(vec1[i] - vec2[i]);
  /cts/apps/CtsVerifier/lib/colorchecker/
Android.mk 29 vec2.cpp \
  /frameworks/base/libs/hwui/
Vertex.h 45 static inline void set(Vertex* vertex, vec2 val) {
  /external/chromium_org/gpu/command_buffer/tests/
compressed_texture_test.cc 163 attribute vec2 a_position;
164 varying vec2 v_texcoord;
173 varying vec2 v_texcoord;
gl_bind_uniform_location_unittest.cc 110 attribute vec2 a_texCoord;
112 uniform vec2 color_a[4];
gl_depth_texture_unittest.cc 89 uniform vec2 u_resolution;
92 vec2 texcoord = gl_FragCoord.xy / u_resolution;
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_HingeJoint.cpp 214 btVector3 vec2 = btVector3(); local
218 jmeBulletUtil::convert(env, pivotB, &vec2);
221 btHingeConstraint* joint = new btHingeConstraint(*bodyA, *bodyB, vec1, vec2, vec3, vec4);
com_jme3_bullet_objects_PhysicsVehicle.cpp 138 btVector3 vec2 = btVector3(); local
141 jmeBulletUtil::convert(env, direction, &vec2);
144 btWheelInfo* info = &vehicle->addWheel(vec1, vec2, vec3, restLength, radius, tune, frontWheel);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js 126 * @name vec2
129 var vec2 = {};
132 * Creates a new, empty vec2
134 * @returns {vec2} a new 2D vector
136 vec2.create = function() {
144 * Creates a new vec2 initialized with values from an existing vector
146 * @param {vec2} a vector to clone
147 * @returns {vec2} a new 2D vector
149 vec2.clone = function(a) {
157 * Creates a new vec2 initialized with the given value
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 223 FT_Vector vec1, vec2; local
236 vec2.x = SCALED( point[-1].x );
237 vec2.y = SCALED( point[-1].y );
251 vec2.x / 64.0, vec2.y / 64.0 ));
252 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
262 vec2.x / 64.0, vec2.y / 64.0 ));
263 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
  /external/freetype/src/base/
ftoutln.c 224 FT_Vector vec1, vec2; local
237 vec2.x = SCALED( point[-1].x );
238 vec2.y = SCALED( point[-1].y );
252 vec2.x / 64.0, vec2.y / 64.0 ));
253 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
263 vec2.x / 64.0, vec2.y / 64.0 ));
264 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
simple_water.vert 17 attribute vec2 inTexCoord;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 162 Mesh::VertexArray<vec2> position(mesh.getPositionArray<vec2>());
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 395 varying vec2 interp_tc;
397 attribute vec2 in_tc;
401 interp_tc = vec2(in_tc.x, 1.0 - in_tc.y);
410 varying vec2 interp_tc;
417 varying vec2 interp_tc;

Completed in 781 milliseconds

1 2 34 5 6