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

  /bootable/recovery/minui/
graphics.c 176 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight);
188 gl->recti(gl, x, y, w, h);
203 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:__anon17352
  /frameworks/base/opengl/libagl/
texture.cpp 302 ggl->recti(ggl, xoffset, yoffset, xoffset+w, yoffset+h);
750 c->rasterizer.procs.recti(c,
828 c->rasterizer.procs.recti(c, x, y, x+w, y+h);
    [all...]

Completed in 2334 milliseconds