Lines Matching refs:dpy

238 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)  in eglInitialize()  argument
240 return getDispatch()->eglInitialize(dpy, major, minor); in eglInitialize()
243 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() argument
245 return getDispatch()->eglTerminate(dpy); in eglTerminate()
248 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString() argument
250 return getDispatch()->eglQueryString(dpy, name); in eglQueryString()
253 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs() argument
255 return getDispatch()->eglGetConfigs(dpy, configs, config_size, num_config); in eglGetConfigs()
288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() argument
293 res = getDispatch()->eglChooseConfig(dpy, in eglChooseConfig()
308 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
313 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() argument
319 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib()
323 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() argument
325 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()
335 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() argument
337 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface()
347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() argument
349 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() argument
361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); in eglDestroySurface()
371 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() argument
373 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value); in eglQuerySurface()
400 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() argument
402 … return getDispatch()->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()
405 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() argument
407 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
410 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() argument
412 return getDispatch()->eglBindTexImage(dpy, surface, buffer); in eglBindTexImage()
415 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() argument
417 return getDispatch()->eglReleaseTexImage(dpy, surface, buffer); in eglReleaseTexImage()
420 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() argument
422 return getDispatch()->eglSwapInterval(dpy, interval); in eglSwapInterval()
425 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument
455 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext()
470 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() argument
476 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext); in eglDestroyContext()
491 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() argument
496 EGLBoolean res = getDispatch()->eglMakeCurrent(dpy, draw, read, aglContext); in eglMakeCurrent()
534 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() argument
542 return getDispatch()->eglQueryContext(dpy, wctx->aglContext, attribute, value); in eglQueryContext()
560 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers() argument
569 return getDispatch()->eglSwapBuffers(dpy, surface); in eglSwapBuffers()
572 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() argument
574 return getDispatch()->eglCopyBuffers(dpy, surface, target); in eglCopyBuffers()
587 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR() argument
591 return getDispatch()->eglCreateImageKHR(dpy, aglContext, target, buffer, attrib_list); in eglCreateImageKHR()
594 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() argument
596 return getDispatch()->eglDestroyImageKHR(dpy, image); in eglDestroyImageKHR()
599 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR() argument
601 return getDispatch()->eglCreateSyncKHR(dpy, type, attrib_list); in eglCreateSyncKHR()
604 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() argument
606 return getDispatch()->eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
609 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) in eglClientWaitSyncKHR() argument
611 return getDispatch()->eglClientWaitSyncKHR(dpy, sync, flags, timeout); in eglClientWaitSyncKHR()
614 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) in eglSignalSyncKHR() argument
616 return getDispatch()->eglSignalSyncKHR(dpy, sync, mode); in eglSignalSyncKHR()
619 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) in eglGetSyncAttribKHR() argument
621 return getDispatch()->eglGetSyncAttribKHR(dpy, sync, attribute, value); in eglGetSyncAttribKHR()
624 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGL… in eglSetSwapRectangleANDROID() argument
626 return getDispatch()->eglSetSwapRectangleANDROID(dpy, draw, left, top, width, height); in eglSetSwapRectangleANDROID()