HomeSort by relevance Sort by last modified time
    Searched refs:pointx (Results 1 - 3 of 3) 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:__anon30606
  /frameworks/base/opengl/libagl/
primitives.cpp 520 c->rasterizer.procs.pointx(c, v->window.v, c->point.size);
    [all...]

Completed in 87 milliseconds