Searched defs:v1 (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/rs/java/Film/src/com/android/film/
H A DFilmStripMesh.java68 void computeNorm(Vertex v1, Vertex v2) { argument
69 float dx = v1.x - v2.x;
70 float dy = v1.y - v2.y;
71 float dz = v1.z - v2.z;
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
156 v1 = curr->vChan + chrstart;
182 oscl_memcpy(v1, v2, B_SIZE);
183 v1 += width_C;
185 oscl_memcpy(v1, v2, B_SIZE);
186 v1 += width_C;
/frameworks/base/services/surfaceflinger/
H A DTransform.cpp107 const float v1 = A[1][i]; local
109 D[0][i] = v0*B[0][0] + v1*B[0][1] + v2*B[0][2];
110 D[1][i] = v0*B[1][0] + v1*B[1][1] + v2*B[1][2];
111 D[2][i] = v0*B[2][0] + v1*B[2][1] + v2*B[2][2];
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp400 static int pid_compare(const void* v1, const void* v2) argument
402 //LOGI("Compare %d vs %d\n", *((const jint*)v1), *((const jint*)v2));
403 return *((const jint*)v1) - *((const jint*)v2);
/frameworks/base/libs/ui/
H A DEventHub.cpp86 static inline int max(int v1, int v2) argument
88 return (v1 > v2) ? v1 : v2;
/frameworks/base/opengl/libagl/
H A Darray.cpp565 vertex_t *v, *v0, *v1;
585 v1 = v++;
586 const uint32_t cc = v0->flags & v1->flags;
588 c->prims.renderLine(c, v0, v1);
589 v0 = v1;
606 vertex_t* v1 = c->vc.vBuffer + 1; local
607 c->arrays.compileElement(c, v1, first);
608 const uint32_t cc = v0->flags & v1->flags;
610 c->prims.renderLine(c, v0, v1);
655 vertex_t *v, *v0, *v1, *v
785 vertex_t* v1; local
812 vertex_t* v1; local
844 vertex_t* const v1 = fetch_vertex(c, read_index(type, indices)); local
867 vertex_t* v1 = v+1; local
914 vertex_t* const v1 = fetch_vertex(c, *p++); local
928 vertex_t* const v1 = fetch_vertex(c, *p++); local
[all...]
H A Dprimitives.cpp38 static void primitive_line(ogles_context_t* c, vertex_t* v0, vertex_t* v1);
40 vertex_t* v0, vertex_t* v1, vertex_t* v2);
43 static void primitive_nop_line(ogles_context_t* c, vertex_t* v0, vertex_t* v1);
45 vertex_t* v0, vertex_t* v1, vertex_t* v2);
48 vertex_t* v0, vertex_t* v1, vertex_t* v2);
51 vertex_t* v0, vertex_t* v1, vertex_t* v2);
54 vertex_t* v0, vertex_t* v1, vertex_t* v2);
57 vertex_t* v0, vertex_t* v1, vertex_t* v2);
60 vertex_t* v0, vertex_t* v1, vertex_t* v2);
63 vertex_t* v0, vertex_t* v1, vertex_
73 lightTriangleDarkSmooth(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
96 lightTriangleDarkFlat(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
109 lightTriangleSmooth(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
120 lightTriangleFlat(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
159 lightTriangleDarkSmoothFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
167 lightTriangleDarkFlatFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
177 lightTriangleSmoothFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
185 lightTriangleFlatFog(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
236 initTriangle( vertex_t const* v0, vertex_t const* v1, vertex_t const* v2) argument
246 initLine( vertex_t const* v0, vertex_t const* v1) argument
390 fetch_texcoord_impl(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
435 fetch_texcoord(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
532 primitive_line(ogles_context_t* c, vertex_t* v0, vertex_t* v1) argument
570 primitive_nop_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
574 primitive_clip_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
614 triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
631 lerp_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
715 lerp_texcoords(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
759 lerp_texcoords_w(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
826 cull_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
850 clip_triangle(ogles_context_t* c, vertex_t* v0, vertex_t* v1, vertex_t* v2) argument
[all...]
/frameworks/base/opengl/tests/angeles/
H A Ddemo.c169 static void vector3Sub(VECTOR3 *dest, VECTOR3 *v1, VECTOR3 *v2) argument
171 dest->x = v1->x - v2->x;
172 dest->y = v1->y - v2->y;
173 dest->z = v1->z - v2->z;
244 VECTOR3 v1, v2, n; local
258 vector3Sub(&v1, &pb, &pa);
263 * v1.x v1.y v1.z | v1
[all...]
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp178 bool test(OP op, int v1, int v2);
179 void assertTest(OP op, int v1, int v2);
191 bool MCameraClient::test(OP op, int v1, int v2) { argument
193 case EQ: return v1 == v2;
194 case GT: return v1 > v2;
195 case LT: return v1 < v2;
196 case GE: return v1 >= v2;
197 case LE: return v1 <= v2;
203 void MCameraClient::assertTest(OP op, int v1, int v2) { argument
204 if (!test(op, v1, v
[all...]
/frameworks/base/libs/rs/
H A DrsScriptC_Lib.cpp723 float u1, float v1,
743 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4};
1310 "void", "(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4)" },
722 SC_drawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4) argument

Completed in 729 milliseconds