Searched refs:__glXGetDrawableAttribute (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 242 __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable, in __glXGetDrawableAttribute() function 860 __glXGetDrawableAttribute(dpy, drawable, attribute, value); in glXQueryDrawable() 873 __glXGetDrawableAttribute(dpy, drawable, attribute, value); in glXQueryGLXPbufferSGIX() 944 __glXGetDrawableAttribute(dpy, drawable, GLX_EVENT_MASK_SGIX, &value); in glXGetSelectedEvent()
|
H A D | dri_common.c | 320 if (__glXGetDrawableAttribute(psc->dpy, draw, GLX_FBCONFIG_ID, &fbconfig)) { in driInferDrawableConfig() 397 if (__glXGetDrawableAttribute(dpy, glxDrawable, GLX_DRAWABLE_TYPE, &type)) { in driFetchDrawable() 462 if (!__glXGetDrawableAttribute(priv->dpy, drawable, GLX_WIDTH, &dummy)) { in checkServerGLXDrawableAlive()
|
H A D | glxclient.h | 805 extern int __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable,
|
Completed in 4 milliseconds