Searched defs:dri2_drawable (Results 1 – 1 of 1) sorted by relevance
80 struct dri2_drawable struct82 __GLXDRIdrawable base;83 __DRIdrawable *driDrawable;84 __DRIbuffer buffers[5];85 int bufferCount;86 int width, height;87 int have_back;88 int have_fake_front;89 int swap_interval;91 uint64_t previous_time;[all …]