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

/system/core/include/private/pixelflinger/
H A Dggl_context.h123 #define GGL_CONTEXT(con, c) context_t *con = static_cast<context_t *>(c)
124 #define GGL_OFFSETOF(field) int(&(((context_t*)0)->field))
274 struct context_t;
355 void (*read) (const surface_t* s, context_t* c,
357 void (*write)(const surface_t* s, context_t* c,
526 struct context_t { struct in namespace:android
540 void (*init_y)(context_t* c, int32_t y);
541 void (*step_y)(context_t* c);
542 void (*scanline)(context_t*
[all...]

Completed in 5 milliseconds