Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglx_pbuffer.c111 req->glxCode = X_GLXChangeDrawableAttributes; in ChangeDrawableAttribute()
122 vpreq->glxCode = X_GLXVendorPrivateWithReply; in ChangeDrawableAttribute()
355 req->glxCode = X_GLXGetDrawableAttributes; in GetDrawableAttribute()
366 vpreq->glxCode = X_GLXVendorPrivateWithReply; in GetDrawableAttribute()
421 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode) in protocolDestroyDrawable() argument
434 req->glxCode = glxCode; in protocolDestroyDrawable()
446 Drawable drawable, const int *attrib_list, CARD8 glxCode) in CreateDrawable() argument
474 req->glxCode = glxCode; in CreateDrawable()
493 if (glxCode == X_GLXCreatePixmap) in CreateDrawable()
494 glxCode = X_GLXDestroyPixmap; in CreateDrawable()
[all …]
Dindirect_glx.c76 req->glxCode = X_GLXMakeCurrent; in SendMakeCurrentRequest()
94 req->glxCode = X_GLXMakeContextCurrent; in SendMakeCurrentRequest()
109 req->glxCode = X_GLXVendorPrivateWithReply; in SendMakeCurrentRequest()
188 req->glxCode = X_GLXWaitGL; in indirect_wait_gl()
206 req->glxCode = X_GLXWaitX; in indirect_wait_x()
226 req->glxCode = X_GLXUseXFont; in indirect_use_x_font()
263 req->glxCode = X_GLXVendorPrivate; in indirect_bind_tex_image()
305 req->glxCode = X_GLXVendorPrivate; in indirect_release_tex_image()
Dglxcmds.c315 req->glxCode = X_GLXCreateContext; in CreateContext()
330 req->glxCode = X_GLXCreateNewContext; in CreateContext()
350 req->glxCode = X_GLXVendorPrivateWithReply; in CreateContext()
444 req->glxCode = X_GLXDestroyContext; in glx_send_destroy_context()
607 req->glxCode = X_GLXCopyContext; in glXCopyContext()
718 req->glxCode = X_GLXCreateGLXPixmap; in glXCreateGLXPixmap()
764 dreq->glxCode = X_GLXDestroyGLXPixmap; in glXCreateGLXPixmap()
797 req->glxCode = X_GLXDestroyGLXPixmap; in glXDestroyGLXPixmap()
1454 req->glxCode = X_GLXQueryContext; in glXImportContextEXT()
1466 req->glxCode = X_GLXVendorPrivateWithReply; in glXImportContextEXT()
[all …]
Dpacksingle.h72 req->glxCode = opcode; \
Dglxext.c674 req->glxCode = X_GLXGetVisualConfigs; in getVisualConfigs()
712 fb_req->glxCode = X_GLXGetFBConfigs; in getFBConfigs()
721 sgi_req->glxCode = X_GLXVendorPrivateWithReply; in getFBConfigs()