Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/
Dtrap.cpp97 const GGLcoord* v2 ) in triangle_dump_points() argument
105 v2[0]*tri, v2[1]*tri, v2[0], v2[1] ); in triangle_dump_points()
463 const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) in trianglex_debug() argument
467 aa_trianglex(con,v0,v1,v2); in trianglex_debug()
469 trianglex_big(con,v0,v1,v2); in trianglex_debug()
474 linex(con, v1, v2, TRI_ONE); in trianglex_debug()
475 linex(con, v2, v0, TRI_ONE); in trianglex_debug()
480 const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) in trianglex_xor() argument
482 trianglex_big(con,v0,v1,v2); in trianglex_xor()
483 trianglex_small(con,v0,v1,v2); in trianglex_xor()
[all …]
/system/core/
DThirdPartyProject.prop6 feedurl=http\://kernel.org/pub/linux/kernel/v2.6/
/system/core/liblog/
Devent_tag_map.c393 static int compareEventTags(const void* v1, const void* v2) in compareEventTags() argument
396 const EventTag* tag2 = (const EventTag*) v2; in compareEventTags()
/system/core/include/pixelflinger/
Dpixelflinger.h211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
/system/core/sh/
Dvar.c492 const struct var * const *v2 = v_v2; in sort_var() local
495 return strcmp((*v1)->text, (*v2)->text); in sort_var()