HomeSort by relevance Sort by last modified time
    Searched full:trianglex (Results 1 - 3 of 3) sorted by null

  /system/core/include/pixelflinger/
pixelflinger.h 210 void (*trianglex)(void* c, member in struct:__anon81246
  /system/core/libpixelflinger/
trap.cpp 125 c->procs.trianglex = trianglex_validate;
498 c->procs.trianglex = DEBUG_TRANGLES ? trianglex_debug : aa_trianglex;
500 c->procs.trianglex = DEBUG_TRANGLES ? trianglex_debug : trianglex_big;
502 c->procs.trianglex(con, v0, v1, v2);
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 628 c->rasterizer.procs.trianglex(c, v0->window.v, v1->window.v, v2->window.v);
    [all...]

Completed in 67 milliseconds