Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Draster.cpp178 c->procs.recti(c, x, y, x+w, y+h); in gglBitBlti()
209 c->procs.recti(c, in gglBitBlti()
Dtrap.cpp47 static void recti(void* c, GGLint l, GGLint t, GGLint r, GGLint b);
124 c->procs.recti = recti_validate; in ggl_state_changed()
171 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/include/pixelflinger/
Dpixelflinger.h209 void (*recti)(void* c, GGLint l, GGLint t, GGLint r, GGLint b); member