Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglx_pbuffer.c112 req->glxCode = X_GLXChangeDrawableAttributes; in ChangeDrawableAttribute()
123 vpreq->glxCode = X_GLXVendorPrivateWithReply; in ChangeDrawableAttribute()
370 req->glxCode = X_GLXGetDrawableAttributes; in __glXGetDrawableAttribute()
381 vpreq->glxCode = X_GLXVendorPrivateWithReply; in __glXGetDrawableAttribute()
436 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode) in protocolDestroyDrawable() argument
449 req->glxCode = glxCode; in protocolDestroyDrawable()
461 Drawable drawable, const int *attrib_list, CARD8 glxCode) in CreateDrawable() argument
489 req->glxCode = glxCode; in CreateDrawable()
508 if (glxCode == X_GLXCreatePixmap) in CreateDrawable()
509 glxCode = X_GLXDestroyPixmap; in CreateDrawable()
[all …]
Dindirect_glx.c80 req->glxCode = X_GLXMakeCurrent; in SendMakeCurrentRequest()
98 req->glxCode = X_GLXMakeContextCurrent; in SendMakeCurrentRequest()
113 req->glxCode = X_GLXVendorPrivateWithReply; in SendMakeCurrentRequest()
208 req->glxCode = X_GLXWaitGL; in indirect_wait_gl()
226 req->glxCode = X_GLXWaitX; in indirect_wait_x()
246 req->glxCode = X_GLXUseXFont; in indirect_use_x_font()
283 req->glxCode = X_GLXVendorPrivate; in indirect_bind_tex_image()
325 req->glxCode = X_GLXVendorPrivate; in indirect_release_tex_image()
Dglxcmds.c357 req->glxCode = X_GLXCreateContext; in CreateContext()
372 req->glxCode = X_GLXCreateNewContext; in CreateContext()
392 req->glxCode = X_GLXVendorPrivateWithReply; in CreateContext()
480 req->glxCode = X_GLXDestroyContext; in glx_send_destroy_context()
643 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()
1449 req->glxCode = X_GLXQueryContext; in glXImportContextEXT()
1461 req->glxCode = X_GLXVendorPrivateWithReply; in glXImportContextEXT()
[all …]
Dpacksingle.h72 req->glxCode = opcode; \
Dglxext.c685 req->glxCode = X_GLXGetVisualConfigs; in getVisualConfigs()
724 fb_req->glxCode = X_GLXGetFBConfigs; in getFBConfigs()
733 sgi_req->glxCode = X_GLXVendorPrivateWithReply; in getFBConfigs()