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

  /system/core/libpixelflinger/
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:__anon30606

Completed in 142 milliseconds