/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx.h | 195 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable, 201 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable ); 284 extern void glXSelectEvent( Display *dpy, GLXDrawable drawable, 287 extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, 389 extern int glXGetFrameUsageMESA(Display *dpy, GLXDrawable drawable, float *usage); 390 extern int glXBeginFrameTrackingMESA(Display *dpy, GLXDrawable drawable); 391 extern int glXEndFrameTrackingMESA(Display *dpy, GLXDrawable drawable); 392 extern int glXQueryFrameTrackingMESA(Display *dpy, GLXDrawable drawable, int64_t *swapCount, int64_… 394 typedef int (*PFNGLXGETFRAMEUSAGEMESAPROC) (Display *dpy, GLXDrawable drawable, float *usage); 395 typedef int (*PFNGLXBEGINFRAMETRACKINGMESAPROC)(Display *dpy, GLXDrawable drawable); [all …]
|
D | dri_interface.h | 137 void (*copySubBuffer)(__DRIdrawable *drawable, int x, int y, int w, int h); 148 void (*setSwapInterval)(__DRIdrawable *drawable, unsigned int inteval); 149 unsigned int (*getSwapInterval)(__DRIdrawable *drawable); 165 int (*frameTracking)(__DRIdrawable *drawable, GLboolean enable); 172 int (*queryFrameTracking)(__DRIdrawable *drawable, 192 int (*waitForMSC)(__DRIdrawable *drawable, 200 int (*getDrawableMSC)(__DRIscreen *screen, __DRIdrawable *drawable, 283 void (*flush)(__DRIdrawable *drawable); 293 void (*invalidate)(__DRIdrawable *drawable); 312 __DRIdrawable *drawable, [all …]
|
D | glxext.h | 470 GLXDrawable drawable; /* i.d. of Drawable */ member 703 extern void glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask); 704 extern void glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask); 709 typedef void ( * PFNGLXSELECTEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long mask… 710 typedef void ( * PFNGLXGETSELECTEDEVENTSGIXPROC) (Display *dpy, GLXDrawable drawable, unsigned long… 750 extern void glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member); 752 typedef void ( * PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable memb… 758 extern void glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier); 761 typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier); 776 extern void glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int … [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/internal/ |
D | dri_interface.h | 137 void (*copySubBuffer)(__DRIdrawable *drawable, int x, int y, int w, int h); 148 void (*setSwapInterval)(__DRIdrawable *drawable, unsigned int inteval); 149 unsigned int (*getSwapInterval)(__DRIdrawable *drawable); 165 int (*frameTracking)(__DRIdrawable *drawable, GLboolean enable); 172 int (*queryFrameTracking)(__DRIdrawable *drawable, 192 int (*waitForMSC)(__DRIdrawable *drawable, 200 int (*getDrawableMSC)(__DRIscreen *screen, __DRIdrawable *drawable, 283 void (*flush)(__DRIdrawable *drawable); 293 void (*invalidate)(__DRIdrawable *drawable); 312 __DRIdrawable *drawable, [all …]
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glxext.h | 346 typedef void ( *PFNGLXSWAPINTERVALEXTPROC) (Display *dpy, GLXDrawable drawable, int interval); 348 void glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval); 392 typedef void ( *PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const i… 393 typedef void ( *PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer); 395 void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list); 396 void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer); 445 typedef void ( *PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int… 447 void glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height); 486 typedef Bool ( *PFNGLXRELEASEBUFFERSMESAPROC) (Display *dpy, GLXDrawable drawable); 488 Bool glXReleaseBuffersMESA (Display *dpy, GLXDrawable drawable); [all …]
|
D | glx.h | 190 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable, 196 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable ); 279 extern void glXSelectEvent( Display *dpy, GLXDrawable drawable, 282 extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, 341 GLXDrawable drawable; /* XID of Drawable */ member 354 Drawable drawable; /* drawable on which event was requested in event mask */ member
|
/hardware/google/gfxstream/guest/mesa/include/GL/internal/ |
D | dri_interface.h | 134 void (*copySubBuffer)(__DRIdrawable *drawable, int x, int y, int w, int h); 147 void (*setSwapInterval)(__DRIdrawable *drawable, unsigned int inteval); 148 unsigned int (*getSwapInterval)(__DRIdrawable *drawable); 167 int (*waitForMSC)(__DRIdrawable *drawable, 175 int (*getDrawableMSC)(__DRIscreen *screen, __DRIdrawable *drawable, 250 void (*flush)(__DRIdrawable *drawable); 260 void (*invalidate)(__DRIdrawable *drawable); 279 __DRIdrawable *drawable, 298 __DRIdrawable *drawable, 508 void (*set_damage_region)(__DRIdrawable *drawable, unsigned int nrects, [all …]
|
/hardware/google/gfxstream/guest/mesa/include/ |
D | kopper_interface.h | 72 void (*setSwapInterval)(__DRIdrawable *drawable, int interval); 73 int (*queryBufferAge)(__DRIdrawable *drawable);
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | shmproto.h | 96 Drawable drawable B32; 119 Drawable drawable B32; 153 Drawable drawable B32; 169 Drawable drawable B32;
|
D | XShm.h | 43 Drawable drawable; /* drawable of request */ member
|
D | multibufproto.h | 227 Drawable drawable B32;
|
D | lbxproto.h | 553 Drawable drawable B32;
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 129 GlxSurface(GLXDrawable drawable, GLXFBConfig fbConfig, SurfaceType type) : in GlxSurface() argument 130 Surface(type), mFbConfig(fbConfig), mDrawable(drawable) {} in GlxSurface() 132 GLXDrawable drawable() const { return mDrawable; } in drawable() function in __anonb898d7e50111::GlxSurface 138 return static_cast<GlxSurface*>(surface)->drawable(); in drawableFor()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xproto.h | 1033 Drawable drawable B32; 1042 Drawable drawable B32; 1613 Drawable drawable B32; 1622 Drawable drawable B32; 1693 Drawable drawable B32; 1705 Drawable drawable B32; 1718 Drawable drawable B32; 1730 Drawable drawable B32; 1743 Drawable drawable B32; 1755 Drawable drawable B32; [all …]
|
D | Xlib.h | 686 Drawable drawable; member 699 Drawable drawable; member
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | X11Support.h | 29 f( void, glXSwapBuffers, (Display *dpy, GLXDrawable drawable )) \
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 2395 xcb_drawable_t drawable, in wsi_x11_set_adaptive_sync_property() argument 2410 drawable, reply->atom, in wsi_x11_set_adaptive_sync_property() 2413 check = xcb_delete_property_checked(conn, drawable, reply->atom); in wsi_x11_set_adaptive_sync_property()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | i915_drm.h | 887 drm_drawable_t drawable; member
|