/third_party/mesa3d/include/GL/ |
D | glx.h | 162 typedef XID GLXDrawable; typedef 190 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable, 196 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable ); 214 extern GLXDrawable glXGetCurrentDrawable( void ); 264 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute, 271 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw, 272 GLXDrawable read, GLXContext ctx ); 274 extern GLXDrawable glXGetCurrentReadDrawable( void ); 279 extern void glXSelectEvent( Display *dpy, GLXDrawable drawable, 282 extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, [all …]
|
D | glxext.h | 120 typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i… 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL… 123 typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void); 125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 126 typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_m… 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 141 GLXDrawable glXGetCurrentReadDrawable (void); 143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask); 144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask); [all …]
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 41 GLXDrawable currentDrawable; 42 GLXDrawable currentReadable; 73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); 76 void (*SwapBuffers)(Display *dpy, GLXDrawable drawable); 101 void (*GetSelectedEvent)(Display *dpy, GLXDrawable drawable, unsigned long *mask); 103 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 105 void (*QueryDrawable)(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value); 106 void (*SelectEvent)(Display *dpy, GLXDrawable drawable, unsigned long mask); 116 Bool (*MakeCurrentReadSGI)(Display *, GLXDrawable, GLXDrawable, GLXContext); 147 void (*SelectEventSGIX)(Display *, GLXDrawable, unsigned long); [all …]
|
D | glxapi.c | 237 GLXDrawable PUBLIC 257 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent() 293 glXSwapBuffers(Display *dpy, GLXDrawable drawable) in glXSwapBuffers() 478 GLXDrawable PUBLIC 508 glXGetSelectedEvent(Display *dpy, GLXDrawable drawable, unsigned long *mask) in glXGetSelectedEvent() 530 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent() 555 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) in glXQueryDrawable() 566 glXSelectEvent(Display *dpy, GLXDrawable drawable, unsigned long mask) in glXSelectEvent() 621 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeCurrentReadSGI() 630 GLXDrawable PUBLIC [all …]
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.h | 103 GLXDrawable drawable; 146 GLXDrawable drawable); 151 GLXDrawable drawable, 159 GLXDrawable drawable, 170 struct apple_glx_drawable *apple_glx_drawable_find_by_type(GLXDrawable 174 struct apple_glx_drawable *apple_glx_drawable_find(GLXDrawable drawable, 178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable, 186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable, 202 bool apple_glx_pbuffer_query(GLXDrawable d, int attribute, 206 bool apple_glx_pbuffer_set_event_mask(GLXDrawable d, unsigned long mask); [all …]
|
D | glx_empty.c | 56 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, in glXGetSyncValuesOML() 68 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, in glXSwapBuffersMscOML() 81 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, in glXWaitForMscOML() 99 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, in glXWaitForSbcOML() 114 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d) in glXReleaseBuffersMESA() 138 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, in glXCopySubBufferMESA() 151 glXQueryGLXPbufferSGIX(Display * dpy, GLXDrawable drawable, in glXQueryGLXPbufferSGIX() 160 _X_EXPORT GLXDrawable
|
D | apple_glx_drawable.c | 73 apple_glx_find_drawable(Display * dpy, GLXDrawable drawable) in apple_glx_find_drawable() 239 common_init(Display * dpy, GLXDrawable drawable, struct apple_glx_drawable *d) in common_init() 320 GLXDrawable drawable, in apple_glx_drawable_create() 442 apple_glx_drawable_find_by_type(GLXDrawable drawable, int type, int flags) in apple_glx_drawable_find_by_type() 468 apple_glx_drawable_find(GLXDrawable drawable, int flags) in apple_glx_drawable_find() 496 GLXDrawable drawable, int type) in apple_glx_drawable_destroy_by_type()
|
D | apple_glx_context.h | 79 GLXDrawable drawable); 81 GLXDrawable drawable);
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 101 typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i… 103 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL… 104 typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void); 106 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 107 typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_m… 119 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value); 121 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 122 GLXDrawable glXGetCurrentReadDrawable (void); 124 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask); 125 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask); [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 120 typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i… 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL… 123 typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void); 125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 126 typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_m… 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 141 GLXDrawable glXGetCurrentReadDrawable (void); 143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask); 144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask); [all …]
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 120 typedef void ( *PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned i… 122 typedef Bool ( *PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GL… 123 typedef GLXDrawable ( *PFNGLXGETCURRENTREADDRAWABLEPROC) (void); 125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 126 typedef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_m… 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value); 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); 141 GLXDrawable glXGetCurrentReadDrawable (void); 143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask); 144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask); [all …]
|
/third_party/mesa3d/src/glx/ |
D | glxcurrent.c | 160 _GLX_PUBLIC GLXDrawable 173 MakeContextCurrent(Display * dpy, GLXDrawable draw, in MakeContextCurrent() 174 GLXDrawable read, GLXContext gc_user, in MakeContextCurrent() 251 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent() 257 glXMakeContextCurrent(Display *dpy, GLXDrawable d, GLXDrawable r, in glXMakeContextCurrent() 264 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable d, GLXDrawable r, in glXMakeCurrentReadSGI()
|
D | glx_pbuffer.c | 60 ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, in ChangeDrawableAttribute() 208 DestroyDRIDrawable(Display *dpy, GLXDrawable drawable, int destroy_xdrawable) in DestroyDRIDrawable() 241 __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable, in __glXGetDrawableAttribute() 398 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode) in protocolDestroyDrawable() 421 static GLXDrawable 430 GLXDrawable xid; in CreateDrawable() 489 DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode) in DestroyDrawable() 514 static GLXDrawable 520 GLXDrawable id = 0; in CreatePbuffer() 618 DestroyPbuffer(Display * dpy, GLXDrawable drawable) in DestroyPbuffer() [all …]
|
D | glxclient.h | 119 GLXDrawable glxDrawable, 234 GLXDrawable draw, GLXDrawable read); 356 GLXDrawable currentDrawable; 395 GLXDrawable currentReadable; 745 extern GLboolean __glXGetMscRateOML(Display * dpy, GLXDrawable drawable, 759 GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable); 784 extern struct glx_drawable *GetGLXDrawable(Display *dpy, GLXDrawable drawable); 786 XID xDrawable, GLXDrawable drawable); 787 extern void DestroyGLXDrawable(Display *dpy, GLXDrawable drawable); 806 extern int __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable,
|
D | g_glxglvnddispatchfuncs.c | 108 static void dispatch_BindTexImageEXT(Display *dpy, GLXDrawable drawable, in dispatch_BindTexImageEXT() 407 static void dispatch_GetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, in dispatch_GetSelectedEventSGIX() 504 static void dispatch_ReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, in dispatch_ReleaseTexImageEXT() 523 static void dispatch_SelectEventSGIX(Display *dpy, GLXDrawable drawable, in dispatch_SelectEventSGIX() 585 static void dispatch_BindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, in dispatch_BindSwapBarrierSGIX() 604 static void dispatch_CopySubBufferMESA(Display *dpy, GLXDrawable drawable, in dispatch_CopySubBufferMESA() 652 static GLboolean dispatch_GetMscRateOML(Display *dpy, GLXDrawable drawable, in dispatch_GetMscRateOML() 711 static Bool dispatch_GetSyncValuesOML(Display *dpy, GLXDrawable drawable, in dispatch_GetSyncValuesOML() 730 static void dispatch_JoinSwapGroupSGIX(Display *dpy, GLXDrawable drawable, in dispatch_JoinSwapGroupSGIX() 731 GLXDrawable member) in dispatch_JoinSwapGroupSGIX() [all …]
|
D | glxglvnddispatchfuncs.h | 36 static inline int AddDrawableMapping(Display *dpy, GLXDrawable drawable, in AddDrawableMapping() 49 GLXDrawable drawable) in GetDispatchFromDrawable()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 133 typedef XID GLXDrawable; typedef 153 extern Bool glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx); 155 extern GLXDrawable glXGetCurrentDrawable (void); 158 extern void glXSwapBuffers (Display *dpy, GLXDrawable drawable); 268 GLXDrawable drawable; 288 typedef GLXDrawable ( * PFNGLXGETCURRENTREADDRAWABLEPROC) (void); 291 typedef void ( * PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_… 293 typedef Bool ( * PFNGLXMAKECONTEXTCURRENTPROC) (Display *display, GLXDrawable draw, GLXDrawable rea… 295 typedef void ( * PFNGLXQUERYDRAWABLEPROC) (Display *dpy, GLXDrawable draw, int attribute, unsigned … 296 typedef void ( * PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.h | 47 Bool(*glXMakeCurrent) (Display*,GLXDrawable,GLXContext); 48 void (*glXSwapBuffers) (Display*, GLXDrawable); 49 void (*glXQueryDrawable) (Display*,GLXDrawable,int,unsigned int*); 50 void (*glXSwapIntervalEXT) (Display*,GLXDrawable,int);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | functionsglx_typedefs.h | 27 typedef Bool (*PFNGLXMAKECURRENTPROC)(Display *dpy, GLXDrawable drawable, GLXContext ctx); 32 typedef void (*PFNGLXSWAPBUFFERSPROC)(Display *dpy, GLXDrawable drawable); 40 typedef GLXDrawable (*PFNGLXGETCURRENTDRAWABLEPROC)(); 42 typedef GLXDrawable (*PFNGLXGETCURRENTDRAWABLEPROC)();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | functionsglx_typedefs.h | 27 typedef Bool (*PFNGLXMAKECURRENTPROC)(Display *dpy, GLXDrawable drawable, GLXContext ctx); 32 typedef void (*PFNGLXSWAPBUFFERSPROC)(Display *dpy, GLXDrawable drawable); 40 typedef GLXDrawable (*PFNGLXGETCURRENTDRAWABLEPROC)(); 42 typedef GLXDrawable (*PFNGLXGETCURRENTDRAWABLEPROC)();
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_swap_frame_usage.spec | 70 GLXDrawable drawable, 74 GLXDrawable drawable) 77 GLXDrawable drawable) 80 GLXDrawable drawable, 127 GLXDrawable drawable, 136 GLXDrawable drawable) 149 GLXDrawable drawable, 168 GLXDrawable drawable)
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 72 typedef XID GLXDrawable; typedef 82 typedef Bool (*PFNGLXMAKECURRENTPROC)(Display*,GLXDrawable,GLXContext); 83 typedef void (*PFNGLXSWAPBUFFERSPROC)(Display*,GLXDrawable); 90 typedef void (*PFNGLXSWAPINTERVALEXTPROC)(Display*,GLXDrawable,int);
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 36 GLXDrawable draw, 37 GLXDrawable read, 40 GLXDrawable glXGetCurrentReadDrawableSGI(void); 129 a window or a GLXPixmap as the <read> GLXDrawable, and refusal to 130 accept as the <read> a GLXDrawable or a GLXPbuffer with color, depth, 139 * glXGetCurrentReadDrawableSGI returns the name of the GLXDrawable 170 Texture image data are sourced from GLXDrawable <read> if the 175 Convolution image data are sourced from GLXDrawable <read> if the 182 Color table data are sourced from GLXDrawable <read> if the current
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 36 GLXDrawable draw, 37 GLXDrawable read, 40 GLXDrawable glXGetCurrentReadDrawableSGI(void); 129 a window or a GLXPixmap as the <read> GLXDrawable, and refusal to 130 accept as the <read> a GLXDrawable or a GLXPbuffer with color, depth, 139 * glXGetCurrentReadDrawableSGI returns the name of the GLXDrawable 170 Texture image data are sourced from GLXDrawable <read> if the 175 Convolution image data are sourced from GLXDrawable <read> if the 182 Color table data are sourced from GLXDrawable <read> if the current
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 97 GLXDrawable currentDrawable; 98 GLXDrawable currentReadable; 1173 glXMakeContextCurrent( Display *dpy, GLXDrawable draw, in glXMakeContextCurrent() 1174 GLXDrawable read, GLXContext ctx ) in glXMakeContextCurrent() 1248 glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx ) in glXMakeCurrent() 1277 PUBLIC GLXDrawable 1285 PUBLIC GLXDrawable 1293 PUBLIC GLXDrawable 1413 glXSwapBuffers( Display *dpy, GLXDrawable drawable ) in glXSwapBuffers() 1440 glXCopySubBufferMESA(Display *dpy, GLXDrawable drawable, in glXCopySubBufferMESA() [all …]
|