Home
last modified time | relevance | path

Searched refs:trianglex (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h210 void (*trianglex)(void* c, member
/system/core/libpixelflinger/
Dtrap.cpp125 c->procs.trianglex = trianglex_validate; in ggl_state_changed()
498 c->procs.trianglex = DEBUG_TRANGLES ? trianglex_debug : aa_trianglex; in trianglex_validate()
500 c->procs.trianglex = DEBUG_TRANGLES ? trianglex_debug : trianglex_big; in trianglex_validate()
502 c->procs.trianglex(con, v0, v1, v2); in trianglex_validate()