Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:surface_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,
58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src)
73 static void pick_read_write(surface_t* s)
87 surface_t& s = c->state.texture[i].surface;
102 surface_t& s = c->state.buffers.color;
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,