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

  /system/core/libpixelflinger/
trap.cpp 38 static void pointx(void *con, const GGLcoord* c, GGLcoord r);
122 c->procs.pointx = pointx_validate;
142 c->procs.pointx = aa_nice_pointx;
144 c->procs.pointx = aa_pointx;
147 c->procs.pointx = pointx;
149 c->procs.pointx(con, v, rad);
152 void pointx(void *con, const GGLcoord* v, GGLcoord rad) function in namespace:android
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 206 void (*pointx)(void *con, const GGLcoord* v, GGLcoord r); member in struct:__anon43858

Completed in 32 milliseconds