Searched refs:v2 (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/ |
D | trap.cpp | 97 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/ |
D | ThirdPartyProject.prop | 6 feedurl=http\://kernel.org/pub/linux/kernel/v2.6/
|
/system/core/liblog/ |
D | event_tag_map.c | 393 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/ |
D | pixelflinger.h | 211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
|
/system/core/sh/ |
D | var.c | 492 const struct var * const *v2 = v_v2; in sort_var() local 495 return strcmp((*v1)->text, (*v2)->text); in sort_var()
|