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

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

Completed in 69 milliseconds