Home
last modified time | relevance | path

Searched defs:_glx_texture (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/
H A Dopengl.h56 typedef struct _glx_texture { struct
57 GLuint texture;
58 GLXPixmap glpixmap;
59 xcb_pixmap_t pixmap;
60 GLenum target;
61 int width;
62 int height;
63 bool y_inverted;
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcommon.h453 struct _glx_texture { struct
454 GLuint texture;
455 GLXPixmap glpixmap;
456 Pixmap pixmap;
457 GLenum target;
458 unsigned width;
459 unsigned height;
460 unsigned depth;
461 bool y_inverted;