Searched refs:linex (Results 1 - 2 of 2) sorted by path

/system/core/include/pixelflinger/
H A Dpixelflinger.h207 void (*linex)(void *con, member in struct:__anon320
/system/core/libpixelflinger/
H A Dtrap.cpp43 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
123 c->procs.linex = linex_validate;
341 c->procs.linex = aa_linex;
343 c->procs.linex = linex;
345 c->procs.linex(con, v0, v1, w);
348 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) function in namespace:android
473 linex(con, v0, v1, TRI_ONE);
474 linex(con, v1, v2, TRI_ONE);
475 linex(co
[all...]

Completed in 96 milliseconds