Lines Matching refs:EGLDisplay
128 if ((dpy) != (EGLDisplay)&s_display) { \
186 if (s->dpy != (EGLDisplay)&s_display) \
198 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m… in EGLContext_t()
242 assert(dpy == (EGLDisplay)&s_display); in EGLContext_t()
259 assert(dpy == (EGLDisplay)&s_display); in ~EGLContext_t()
276 EGLDisplay dpy;
280 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
328 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
339 assert(dpy == (EGLDisplay)&s_display); in egl_surface_t()
349 assert(dpy == (EGLDisplay)&s_display); in ~egl_surface_t()
358 EGLDisplay dpy, EGLConfig config, EGLint surfType,
373 EGLDisplay dpy, EGLConfig config, EGLint surfType,
383 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
425 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
593 static egl_pbuffer_surface_t* create(EGLDisplay dpy, EGLConfig config,
604 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfType,
612 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
695 egl_pbuffer_surface_t* egl_pbuffer_surface_t::create(EGLDisplay dpy, in create()
864 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay()
873 return (EGLDisplay)&s_display; in eglGetDisplay()
876 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
890 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
921 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
932 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs()
954 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
1016 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
1032 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
1062 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
1128 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
1142 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) in eglDestroySurface()
1167 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface()
1352 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer()
1364 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1414 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface eglSurface, EGLint buffer) in eglBindTexImage()
1445 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1455 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1475 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
1634 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1656 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
1867 EGLDisplay eglGetCurrentDisplay() in eglGetCurrentDisplay()
1876 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext()
1932 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) in eglSwapBuffers()
1951 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
1960 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
1969 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR()
1977 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
2046 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR()
2082 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR()
2184 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR eglsync) in eglDestroySyncKHR()
2211 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR eglsync, EGLint flags, in eglClientWaitSyncKHR()
2250 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR eglsync, in eglGetSyncAttribKHR()
2272 int eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR eglsync) { in eglDupNativeFenceFDANDROID()
2286 EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR eglsync, EGLint flags) { in eglWaitSyncKHR()