Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c1319 DoDestroyDrawable(__GLXclientState * cl, XID glxdrawable, int type) in DoDestroyDrawable() function
1338 return DoDestroyDrawable(cl, req->glxpixmap, GLX_DRAWABLE_PIXMAP); in __glXDisp_DestroyGLXPixmap()
1351 return DoDestroyDrawable(cl, req->glxpixmap, GLX_DRAWABLE_PIXMAP); in __glXDisp_DestroyPixmap()
1447 return DoDestroyDrawable(cl, req->pbuffer, GLX_DRAWABLE_PBUFFER); in __glXDisp_DestroyPbuffer()
1458 return DoDestroyDrawable(cl, req->pbuffer, GLX_DRAWABLE_PBUFFER); in __glXDisp_DestroyGLXPbufferSGIX()
1575 return DoDestroyDrawable(cl, req->glxwindow, GLX_DRAWABLE_WINDOW); in __glXDisp_DestroyWindow()