Searched defs:context_t (Results 1 - 1 of 1) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h103 #define GGL_CONTEXT(con, c) context_t *con = static_cast<context_t *>(c)
104 #define GGL_OFFSETOF(field) int(&(((context_t*)0)->field))
254 struct context_t;
335 void (*read) (const surface_t* s, context_t* c,
337 void (*write)(const surface_t* s, context_t* c,
506 struct context_t { struct in namespace:android
520 void (*init_y)(context_t* c, int32_t y);
521 void (*step_y)(context_t* c);
522 void (*scanline)(context_t*
[all...]

Completed in 270 milliseconds