Lines Matching refs:context_t
26 static void read_pixel(const surface_t* s, context_t* c,
28 static void write_pixel(const surface_t* s, context_t* c,
30 static void readRGB565(const surface_t* s, context_t* c,
32 static void readABGR8888(const surface_t* s, context_t* c,
43 void ggl_init_texture(context_t* c) in ggl_init_texture()
58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface()
84 void ggl_pick_texture(context_t* c) in ggl_pick_texture()
100 void ggl_pick_cb(context_t* c) in ggl_pick_cb()
111 void read_pixel(const surface_t* s, context_t* c, in read_pixel()
133 void readRGB565(const surface_t* s, context_t* /*c*/, in readRGB565() argument
147 void readABGR8888(const surface_t* s, context_t* /*c*/, in readABGR8888() argument
162 void write_pixel(const surface_t* s, context_t* c, in write_pixel()
257 uint32_t ggl_pack_color(context_t* c, int32_t format, in ggl_pack_color()