Home
last modified time | relevance | path

Searched refs:gsk_gl_driver_create_texture (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/
H A Dgskgldriverprivate.h50 int gsk_gl_driver_create_texture (GskGLDriver *driver,
H A Dgskglimage.c13 self->texture_id = gsk_gl_driver_create_texture (gl_driver, width, height); in gsk_gl_image_create()
H A Dgskglglyphcache.c260 value->texture_id = gsk_gl_driver_create_texture (driver, width, height); in add_to_cache()
H A Dgskgldriver.c647 gsk_gl_driver_create_texture (GskGLDriver *self, in gsk_gl_driver_create_texture() function
H A Dgskglrenderer.c736 texture_id = gsk_gl_driver_create_texture (self->gl_driver, in render_fallback_node()