HomeSort by relevance Sort by last modified time
    Searched refs:recti (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/minui/
graphics.c 250 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight);
277 gl->recti(gl, x, y, x+gr_get_width(icon), y+gr_get_height(icon));
290 gl->recti(gl, x1, y1, x2, y2);
308 gl->recti(gl, dx, dy, dx + w, dy + h);
  /system/core/libpixelflinger/
raster.cpp 178 c->procs.recti(c, x, y, x+w, y+h);
209 c->procs.recti(c,
trap.cpp 47 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
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 209 void (*recti)(void* c, GGLint l, GGLint t, GGLint r, GGLint b); member in struct:__anon43858
  /frameworks/native/opengl/libagl/
texture.cpp 301 ggl->recti(ggl, xoffset, yoffset, xoffset+w, yoffset+h);
749 c->rasterizer.procs.recti(c,
827 c->rasterizer.procs.recti(c, x, y, x+w, y+h);
    [all...]

Completed in 544 milliseconds