Searched refs:pointx (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/
H A Dtrap.cpp40 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
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h206 void (*pointx)(void *con, const GGLcoord* v, GGLcoord r); member in struct:__anon1616

Completed in 333 milliseconds