Lines Matching full:iface
188 int32_t new_stamp = p_atomic_read(&stfb->iface->stamp);
195 if (!stfb->iface->validate(stfb->iface, stfb->statts,
200 new_stamp = p_atomic_read(&stfb->iface->stamp);
273 st_visual_have_buffers(stfb->iface->visual, 1 << statt))
291 if (!stfb->iface)
300 format = stfb->iface->visual->depth_stencil_format;
304 format = stfb->iface->visual->accum_format;
308 format = stfb->iface->visual->color_format;
316 samples = stfb->iface->visual->samples;
427 stfb->iface = stfbi;
666 st->iface.destroy = st_context_destroy;
667 st->iface.flush = st_context_flush;
668 st->iface.teximage = st_context_teximage;
669 st->iface.copy = st_context_copy;
670 st->iface.share = st_context_share;
671 st->iface.st_context_private = (void *) smapi;
674 return &st->iface;
683 return (st) ? &st->iface : NULL;
694 cur->iface == stfbi) {
786 stfb->iface->flush_front(stfb->iface, ST_ATTACHMENT_FRONT_LEFT);
798 (struct st_manager *) st->iface.st_context_private;
874 if(stfb->iface)
875 stfb->iface_stamp = p_atomic_read(&stfb->iface->stamp) - 1;