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

  /system/core/libpixelflinger/
trap.cpp 40 static void pointx(void *con, const GGLcoord* c, GGLcoord r);
124 c->procs.pointx = pointx_validate;
144 c->procs.pointx = aa_nice_pointx;
146 c->procs.pointx = aa_pointx;
149 c->procs.pointx = pointx;
151 c->procs.pointx(con, v, rad);
154 void pointx(void *con, const GGLcoord* v, GGLcoord rad) function in namespace:android
    [all...]
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 206 void (*pointx)(void *con, const GGLcoord* v, GGLcoord r); member in struct:__anon114284

Completed in 436 milliseconds