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

/system/core/liblog/
H A Devent_tag_map.c393 static int compareEventTags(const void* v1, const void* v2) argument
395 const EventTag* tag1 = (const EventTag*) v1;
/system/core/sh/
H A Dvar.c491 const struct var * const *v1 = v_v1; local
495 return strcmp((*v1)->text, (*v2)->text);
/system/core/libpixelflinger/
H A Dscanline.cpp738 int v1 = v0 + 1; local
752 if (v1<0) v1 += h;
754 if (v1>=h) v1 -= h;
757 if (v1<0) v1 = 0;
759 if (v1>=h) v1 = h-1;
764 tx.surface.read(&tx.surface, c, u0, v1,
1950 const int32_t v1 = gglMulx(v, q1, iwscale); local
[all...]
H A Dtrap.cpp42 static void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
43 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
44 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
96 const GGLcoord* v1,
104 v1[0]*tri, v1[1]*tri, v1[0], v1[1],
336 void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w) argument
345 c->procs.linex(con, v0, v1,
95 triangle_dump_points( const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2 ) argument
348 linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) argument
376 aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) argument
462 trianglex_debug(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
479 trianglex_xor(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
492 trianglex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
507 trianglex_small(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
760 trianglex_big(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
[all...]

Completed in 274 milliseconds