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) uintptr_t(&(((context_t*)0)->field))
274 struct context_t;
357 void (*read) (const surface_t* s, context_t* c,
359 void (*write)(const surface_t* s, context_t* c,
528 struct context_t { struct in namespace:android
542 void (*init_y)(context_t* c, int32_t y);
543 void (*step_y)(context_t* c);
544 void (*scanline)(context_t*
[all...]

Completed in 20 milliseconds