Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglx_pbuffer.c301 __glXSendError(dpy, GLXBadDrawable, 0, X_GLXGetDrawableAttributes, false); in GetDrawableAttribute()
334 __glXSendError(dpy, GLXBadDrawable, drawable, in GetDrawableAttribute()
745 __glXSendError(dpy, errorcode, 0, X_GLXCreatePbuffer, true); in glXCreatePbuffer()
777 __glXSendError(dpy, GLXBadPbuffer, pbuf, X_GLXDestroyPbuffer, false); in glXDestroyPbuffer()
865 __glXSendError(dpy, GLXBadDrawable, drawable, in glXSelectEvent()
901 __glXSendError(dpy, GLXBadDrawable, drawable, X_GLXGetDrawableAttributes, in glXGetSelectedEvent()
954 __glXSendError(dpy, GLXBadFBConfig, 0, X_GLXCreateWindow, false); in glXCreateWindow()
959 __glXSendError(dpy, BadMatch, 0, X_GLXCreateWindow, true); in glXCreateWindow()
979 __glXSendError(dpy, GLXBadPixmap, pixmap, X_GLXDestroyPixmap, false); in glXDestroyPixmap()
Dglx_error.h38 void __glXSendError(Display * dpy, int_fast8_t errorCode,
Dglx_error.c38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError() function
Dapplegl_glx.c153 __glXSendError(dpy, errorcode, 0, X_GLXCreateContext, x11error); in applegl_create_context()
Dglxcmds.c572 __glXSendError(dpy, errorcode, 0, X_GLXCopyContext, x11error); in glXCopyContext()
783 __glXSendError(dpy, GLXBadPixmap, glxpixmap, X_GLXDestroyPixmap, false); in glXDestroyGLXPixmap()
826 __glXSendError(dpy, GLXBadCurrentWindow, 0, X_GLXSwapBuffers, false); in glXSwapBuffers()
1434 __glXSendError(dpy, GLXBadContext, contextID, X_GLXIsDirect, false); in glXImportContextEXT()
1634 __glXSendError(dpy, GLXBadFBConfig, 0, X_GLXCreateNewContext, false); in glXCreateNewContext()
1648 __glXSendError(dpy, GLXBadFBConfig, 0, X_GLXCreateNewContext, false); in glXCreateNewContext()
/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp116 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError() function