Searched refs:recti (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Draster.cpp178 c->procs.recti(c, x, y, x+w, y+h);
209 c->procs.recti(c,
H A Dtrap.cpp47 static void recti(void* c, GGLint l, GGLint t, GGLint r, GGLint b);
124 c->procs.recti = recti_validate;
171 recti(c, l, t, r, b);
415 c->procs.recti = recti;
416 c->procs.recti(con, l, t, r, b);
419 void recti(void* con, GGLint l, GGLint t, GGLint r, GGLint b) function in namespace:android
/system/core/include/pixelflinger/
H A Dpixelflinger.h209 void (*recti)(void* c, GGLint l, GGLint t, GGLint r, GGLint b); member in struct:__anon320

Completed in 392 milliseconds