Home | History | Annotate | Download | only in libpixelflinger

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)
58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src)
84 void ggl_pick_texture(context_t* c)
100 void ggl_pick_cb(context_t* c)
111 void read_pixel(const surface_t* s, context_t* c,
133 void readRGB565(const surface_t* s, context_t* /*c*/,
147 void readABGR8888(const surface_t* s, context_t* /*c*/,
162 void write_pixel(const surface_t* s, context_t* c,
257 uint32_t ggl_pack_color(context_t* c, int32_t format,