Home | History | Annotate | Download | only in android

Lines Matching refs:ds

65     DisplayState*   ds;
333 const DisplaySurface* const surface = mts_state->ds->surface;
421 DisplayState* const ds = get_displaystate();
448 mts_state->ds = ds;
449 mts_state->fb_header.disp_width = ds->surface->width;
450 mts_state->fb_header.disp_height = ds->surface->height;
453 mts_state->fb_header.bpp = ds->surface->pf.bytes_per_pixel;
454 mts_state->fb_header.bpl = ds->surface->linesize;
457 register_displayupdatelistener(ds, dul);