Home | History | Annotate | Download | only in pixelflinger

Lines Matching refs:context_t

123 #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 {
542 void (*init_y)(context_t* c, int32_t y);
543 void (*step_y)(context_t* c);
544 void (*scanline)(context_t* c);
545 void (*span)(context_t* c);
546 void (*rect)(context_t* c, size_t yc);
555 void ggl_init_context(context_t* context);
556 void ggl_uninit_context(context_t* context);
557 void ggl_error(context_t* c, GGLenum error);