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

  /system/core/include/private/pixelflinger/
ggl_context.h 520 void (*init_y)(context_t* c, int32_t y); member in struct:android::context_t
  /system/core/libpixelflinger/
scanline.cpp 67 static void init_y(context_t*, int32_t);
106 void (*init_y)(context_t*, int32_t); member in struct:android::shortcut_t
173 c->init_y = init_y;
195 c->init_y = init_y;
222 c->init_y = init_y_noop;
229 c->init_y = init_y_packed;
241 c->init_y = shortcuts[i].init_y;
813 void init_y(context_t* c, int32_t ys) function in namespace:android
    [all...]

Completed in 118 milliseconds