Lines Matching refs:context_t
28 static void read_pixel(const surface_t* s, context_t* c,
30 static void write_pixel(const surface_t* s, context_t* c,
32 static void readRGB565(const surface_t* s, context_t* c,
34 static void readABGR8888(const surface_t* s, context_t* c,
45 void ggl_init_texture(context_t* c) in ggl_init_texture()
60 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface()
86 void ggl_pick_texture(context_t* c) in ggl_pick_texture()
102 void ggl_pick_cb(context_t* c) in ggl_pick_cb()
113 void read_pixel(const surface_t* s, context_t* c, in read_pixel()
135 void readRGB565(const surface_t* s, context_t* /*c*/, in readRGB565() argument
149 void readABGR8888(const surface_t* s, context_t* /*c*/, in readABGR8888() argument
164 void write_pixel(const surface_t* s, context_t* c, in write_pixel()
259 uint32_t ggl_pack_color(context_t* c, int32_t format, in ggl_pack_color()