Home
last modified time | relevance | path

Searched refs:has_depth_buffer (Results 1 – 25 of 46) sorted by relevance

12

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkglarea.c163 gboolean has_depth_buffer; member
248 g_value_set_boolean (value, priv->has_depth_buffer); in gtk_gl_area_get_property()
366 if ((priv->has_depth_buffer || priv->has_stencil_buffer)) in gtk_gl_area_ensure_buffers()
463 if (priv->has_depth_buffer || priv->has_stencil_buffer) in gtk_gl_area_allocate_buffers()
557 if (priv->has_depth_buffer) in gtk_gl_area_attach_buffers()
711 if (priv->has_depth_buffer) in gtk_gl_area_snapshot()
1148 return priv->has_depth_buffer; in gtk_gl_area_get_has_depth_buffer()
1164 gboolean has_depth_buffer) in gtk_gl_area_set_has_depth_buffer() argument
1170 has_depth_buffer = !!has_depth_buffer; in gtk_gl_area_set_has_depth_buffer()
1172 if (priv->has_depth_buffer != has_depth_buffer) in gtk_gl_area_set_has_depth_buffer()
[all …]
H A Dgtkglarea.h96 gboolean has_depth_buffer);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/
H A Degl-configless-context.c76 EGLBoolean has_depth_buffer) in choose_config() argument
120 if (has_depth_buffer) { in choose_config()
152 if (!!depth_size == !!has_depth_buffer) in choose_config()
163 has_depth_buffer ? "a" : "no"); in choose_config()
171 EGLBoolean has_depth_buffer, in create_window() argument
187 window->config = choose_config(state->egl_dpy, depth, has_depth_buffer); in create_window()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkglarea.c155 gboolean has_depth_buffer; member
259 g_value_set_boolean (value, priv->has_depth_buffer); in gtk_gl_area_get_property()
423 if ((priv->has_depth_buffer || priv->has_stencil_buffer)) in gtk_gl_area_ensure_buffers()
475 if (priv->has_depth_buffer || priv->has_stencil_buffer) in gtk_gl_area_allocate_buffers()
529 if (priv->has_depth_buffer) in gtk_gl_area_attach_buffers()
701 if (priv->has_depth_buffer) in gtk_gl_area_draw()
1234 return priv->has_depth_buffer; in gtk_gl_area_get_has_depth_buffer()
1250 gboolean has_depth_buffer) in gtk_gl_area_set_has_depth_buffer() argument
1256 has_depth_buffer = !!has_depth_buffer; in gtk_gl_area_set_has_depth_buffer()
1258 if (priv->has_depth_buffer != has_depth_buffer) in gtk_gl_area_set_has_depth_buffer()
[all …]
H A Dgtkglarea.h110 gboolean has_depth_buffer);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dgl_area.rs60 has_depth_buffer: Option<bool>, field
118 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
119 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
238 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
239 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
442 fn has_depth_buffer(&self) -> bool; in has_depth_buffer() method
474 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
554 fn has_depth_buffer(&self) -> bool { in has_depth_buffer() method
624 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
628 has_depth_buffer.into_glib(), in set_has_depth_buffer()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dgl_area.rs60 has_depth_buffer: Option<bool>, field
118 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
119 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
238 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
239 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
442 fn has_depth_buffer(&self) -> bool; in has_depth_buffer() method
474 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
554 fn has_depth_buffer(&self) -> bool { in has_depth_buffer() method
624 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
628 has_depth_buffer.into_glib(), in set_has_depth_buffer()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dgl_area.rs60 has_depth_buffer: Option<bool>, field
118 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
119 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
238 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
239 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
442 fn has_depth_buffer(&self) -> bool; in has_depth_buffer() method
474 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
554 fn has_depth_buffer(&self) -> bool { in has_depth_buffer() method
624 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
628 has_depth_buffer.into_glib(), in set_has_depth_buffer()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dgl_area.rs60 has_depth_buffer: Option<bool>, field
118 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
119 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
238 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
239 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
442 fn has_depth_buffer(&self) -> bool; in has_depth_buffer() method
474 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
554 fn has_depth_buffer(&self) -> bool { in has_depth_buffer() method
624 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
628 has_depth_buffer.into_glib(), in set_has_depth_buffer()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dgl_area.rs67 has_depth_buffer: Option<bool>, field
116 has_depth_buffer: None, in new()
173 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
174 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
307 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
308 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
532 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
707 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
711 has_depth_buffer.to_glib(), in set_has_depth_buffer()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dgl_area.rs66 has_depth_buffer: Option<bool>, field
127 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
128 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
261 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
262 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
486 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
663 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
667 has_depth_buffer.to_glib(), in set_has_depth_buffer()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dgl_area.rs66 has_depth_buffer: Option<bool>, field
127 if let Some(ref has_depth_buffer) = self.has_depth_buffer { in build()
128 properties.push(("has-depth-buffer", has_depth_buffer)); in build()
261 pub fn has_depth_buffer(mut self, has_depth_buffer: bool) -> Self { in has_depth_buffer() method
262 self.has_depth_buffer = Some(has_depth_buffer); in has_depth_buffer()
486 fn set_has_depth_buffer(&self, has_depth_buffer: bool); in set_has_depth_buffer()
663 fn set_has_depth_buffer(&self, has_depth_buffer: bool) { in set_has_depth_buffer()
667 has_depth_buffer.to_glib(), in set_has_depth_buffer()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/hiz/
H A Dhiz-util.c613 bool has_depth_buffer = fbo_options->depth_format in hiz_run_test_depth_stencil_test_fbo() local
641 if (has_depth_buffer && !has_stencil_buffer) in hiz_run_test_depth_stencil_test_fbo()
643 else if (!has_depth_buffer && has_stencil_buffer) in hiz_run_test_depth_stencil_test_fbo()
645 else if (has_depth_buffer && has_stencil_buffer) in hiz_run_test_depth_stencil_test_fbo()
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/
H A Dgdkglconfig.h71 guint has_depth_buffer : 1; member
H A Dgdkglconfig.c408 return glconfig->has_depth_buffer; in gdk_gl_config_has_depth_buffer()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dglarea.h249 void set_has_depth_buffer(bool has_depth_buffer = true);
H A Dglarea.cc482 void GLArea::set_has_depth_buffer(bool has_depth_buffer) in set_has_depth_buffer() argument
484 gtk_gl_area_set_has_depth_buffer(gobj(), static_cast<int>(has_depth_buffer)); in set_has_depth_buffer()
/dports/x11-toolkits/gtkglextmm/gtkglextmm-1.2.0/gdkglext/gdkmm/gl/
H A Dconfig.h340 bool has_depth_buffer() const;
H A Dconfig.cc307 bool Config::has_depth_buffer() const in has_depth_buffer() function in Gdk::GL::Config
/dports/x11-toolkits/gtkglextmm/gtkglextmm-1.2.0/examples/
H A Dsimple-mixed.cc87 << (glconfig->has_depth_buffer() ? "true" : "false") in examine_gl_attrib()
H A Dsimple.cc87 << (glconfig->has_depth_buffer() ? "true" : "false") in examine_gl_attrib()
H A Dsimple-darea.cc87 << (glconfig->has_depth_buffer() ? "true" : "false") in examine_gl_attrib()
H A Dpixmap.cc87 << (glconfig->has_depth_buffer() ? "true" : "false") in examine_gl_attrib()
H A Dpixmap-mixed.cc87 << (glconfig->has_depth_buffer() ? "true" : "false") in examine_gl_attrib()
H A Dfont.cc87 << (glconfig->has_depth_buffer() ? "true" : "false") in examine_gl_attrib()

12