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

  /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:__anon81246
  /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 317 milliseconds