Lines Matching refs:dpy
62 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) { in eglInitialize() argument
66 EGLBoolean eglTerminate(EGLDisplay dpy) { in eglTerminate() argument
70 const char * eglQueryString(EGLDisplay dpy, EGLint name) { in eglQueryString() argument
74 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() argument
82 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() argument
88 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface() argument
93 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface() argument
98 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, in eglQuerySurface() argument
108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, in eglSurfaceAttrib() argument
113 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() argument
117 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext() argument
122 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) { in eglDestroyContext() argument
127 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent() argument
147 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() argument
151 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR() argument
155 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) { in eglDestroyImageKHR() argument
160 void eglBeginFrame(EGLDisplay dpy, EGLSurface surface) {} in eglBeginFrame() argument