Searched refs:recti (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/ |
D | raster.cpp | 177 c->procs.recti(c, x, y, x+w, y+h); in gglBitBlit() 208 c->procs.recti(c, in gglBitBlit()
|
D | trap.cpp | 49 static void recti(void* c, GGLint l, GGLint t, GGLint r, GGLint b); 126 c->procs.recti = recti_validate; in ggl_state_changed() 173 recti(c, l, t, r, b); in pointx() 415 c->procs.recti = recti; in recti_validate() 416 c->procs.recti(con, l, t, r, b); in recti_validate() 419 void recti(void* con, GGLint l, GGLint t, GGLint r, GGLint b) in recti() function
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 209 void (*recti)(void* c, GGLint l, GGLint t, GGLint r, GGLint b); member
|