| /third_party/mesa3d/src/glx/apple/ |
| H A D | apple_xgl_api_viewport.c | 42 Display *dpy = glXGetCurrentDisplay(); in __applegl_glViewport() local
|
| H A D | apple_glx_pixmap.c | 91 pixmap_destroy(Display * dpy, struct apple_glx_drawable *d) in pixmap_destroy() argument 119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, in apple_glx_pixmap_create() argument 225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap) in apple_glx_pixmap_destroy() argument
|
| H A D | apple_xgl_api_read.c | 68 Display *dpy = glXGetCurrentDisplay(); in SetRead() local 87 Display *dpy = glXGetCurrentDisplay(); in UnsetRead() local
|
| H A D | apple_glx.c | 58 surface_notify_handler(Display * dpy, unsigned int uid, int kind) in surface_notify_handler() argument 98 apple_init_glx(Display * dpy) in apple_init_glx() argument 137 apple_glx_waitx(Display * dpy, void *ptr) in apple_glx_waitx() argument
|
| H A D | apple_glx_surface.c | 48 update_viewport_and_scissor(Display * dpy, GLXDrawable drawable) in update_viewport_and_scissor() argument 95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) in surface_destroy() argument 129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface() argument 164 apple_glx_surface_create(Display * dpy, int screen, in apple_glx_surface_create() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | glx_query.c | 43 __glXQueryServerString(Display * dpy, CARD32 screen, CARD32 name) in __glXQueryServerString() argument 70 __glXGetString(Display * dpy, CARD32 contextTag, CARD32 name) in __glXGetString() argument
|
| H A D | glx_error.c | 38 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, in __glXSendError() argument 68 __glXSendErrorForXcb(Display * dpy, const xcb_generic_error_t *err) in __glXSendErrorForXcb() argument [all...] |
| H A D | pixelstore.c | 53 Display *const dpy = gc->currentDpy; in send_PixelStore() local 73 Display *dpy = gc->currentDpy; in __indirect_glPixelStoref() local 223 Display *dpy = gc->currentDpy; in __indirect_glPixelStorei() local
|
| H A D | query_renderer.c | 79 glXQueryRendererIntegerMESA(Display *dpy, int screen, in glXQueryRendererIntegerMESA() argument 140 glXQueryRendererStringMESA(Display *dpy, int screen, in glXQueryRendererStringMESA() argument
|
| H A D | create_context.c | 45 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB() argument
|
| H A D | glxglvnd.c | 9 static Bool __glXGLVNDIsScreenSupported(Display *dpy, int screen) in __glXGLVNDIsScreenSupported() argument
|
| H A D | glxglvnddispatchfuncs.h | 11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config, in AddFBConfigMapping() argument 17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, in AddFBConfigsMapping() argument 36 static inline int AddDrawableMapping(Display *dpy, GLXDrawable drawable, in AddDrawableMapping() argument 42 static inline int AddContextMapping(Display *dpy, GLXContext ctx, in AddContextMapping() argument 48 static inline __GLXvendorInfo *GetDispatchFromDrawable(Display *dpy, in GetDispatchFromDrawable() argument 59 GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config) GetDispatchFromFBConfig() argument 64 GetDispatchFromVisual(Display *dpy, const XVisualInfo *visual) GetDispatchFromVisual() argument [all...] |
| H A D | applegl_glx.c | 56 Display *dpy = gc->psc->dpy; in applegl_bind_context() local 74 Display *dpy; in applegl_unbind_context() local 104 Display *dpy = gc->psc->dpy; in applegl_wait_x() local 131 Display *dpy = psc->dpy; applegl_create_context() local [all...] |
| H A D | glxcurrent.c | 121 MakeContextCurrent(Display * dpy, GLXDrawable draw, in MakeContextCurrent() argument 194 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent() argument 200 glXMakeContextCurrent(Display *dpy, GLXDrawable d, GLXDrawable r, in glXMakeContextCurrent() argument 207 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable d, GLXDrawable r, in glXMakeCurrentReadSGI() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/xvmc/ |
| H A D | block.c | 38 Status XvMCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray *blocks) in XvMCCreateBlocks() argument 58 Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *blocks) in XvMCDestroyBlocks() argument 68 Status XvMCCreateMacroBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCMacroBlockArray *blocks) in XvMCCreateMacroBlocks() argument 88 Status XvMCDestroyMacroBlocks(Display *dpy, XvMCMacroBlockArray *blocks) in XvMCDestroyMacroBlocks() argument
|
| H A D | attributes.c | 54 XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number) in XvMCQueryAttributes() argument 76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) in XvMCSetAttribute() argument 121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) in XvMCGetAttribute() argument
|
| /third_party/mesa3d/include/vulkan/ |
| H A D | vulkan_xlib.h | 30 Display* dpy; member
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglglvnd.c | 40 __eglGLVNDQueryString(EGLDisplay dpy, EGLenum name) in __eglGLVNDQueryString() argument
|
| H A D | egldispatchstubs.c | 121 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDisplay(EGLDisplay dpy, int index) in __eglDispatchFetchByDisplay() argument
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_xlib.h | 30 Display* dpy; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| H A D | vulkan_xlib.h | 30 Display* dpy; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_xlib.h | 31 Display* dpy; member
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | VulkanMultithreadingTest.cpp | 69 EGLDisplay dpy = window->getDisplay(); in runMultithreadedGLTest() local
|
| /third_party/mesa3d/src/glx/tests/ |
| H A D | query_renderer_unittest.cpp | 97 Display dpy; member in query_renderer_string_test
|
| /third_party/mesa3d/src/glx/windows/ |
| H A D | xwindowsdri.c | 169 XWindowsDRIQueryDrawable(Display *dpy, int screen, Drawable drawable, unsigned int * type, void ** handle) XWindowsDRIQueryDrawable() argument 207 XWindowsDRIFBConfigToPixelFormat(Display *dpy, int screen, int fbConfigID, int *pxfi) XWindowsDRIFBConfigToPixelFormat() argument [all...] |