Searched refs:v1 (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/
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...]
H A Dscanline.cpp717 int v1 = v0 + 1; local
731 if (v1<0) v1 += h;
733 if (v1>=h) v1 -= h;
736 if (v1<0) v1 = 0;
738 if (v1>=h) v1 = h-1;
743 tx.surface.read(&tx.surface, c, u0, v1,
1929 const int32_t v1 = gglMulx(v, q1, iwscale); local
[all...]
/system/bluetooth/data/
H A Dauto_pairing.conf16 ExactNameBlacklist=Motorola IHF1000,i.TechBlueBAND,X5 Stereo v1.3,KML_CAN
/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/include/pixelflinger/
H A Dpixelflinger.h208 const GGLcoord* v0, const GGLcoord* v1, GGLcoord width);
211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);

Completed in 5529 milliseconds