Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dtrap.cpp45 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
125 c->procs.linex = linex_validate; in ggl_state_changed()
343 c->procs.linex = aa_linex; in linex_validate()
345 c->procs.linex = linex; in linex_validate()
347 c->procs.linex(con, v0, v1, w); in linex_validate()
350 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) in linex() function
473 linex(con, v0, v1, TRI_ONE); in trianglex_debug()
474 linex(con, v1, v2, TRI_ONE); in trianglex_debug()
475 linex(con, v2, v0, TRI_ONE); in trianglex_debug()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h207 void (*linex)(void *con, member