Searched defs:recti (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h209 void (*recti)(void* c, GGLint l, GGLint t, GGLint r, GGLint b); member in struct:__anon1594
/system/core/libpixelflinger/
H A Dtrap.cpp49 static void recti(void* c, GGLint l, GGLint t, GGLint r, GGLint b);
126 c->procs.recti = recti_validate;
173 recti(c, l, t, r, b);
417 c->procs.recti = recti;
418 c->procs.recti(con, l, t, r, b);
421 void recti(void* con, GGLint l, GGLint t, GGLint r, GGLint b) function in namespace:android

Completed in 147 milliseconds