• Home
  • Raw
  • Download

Lines Matching refs:EGLDisplay

94 EGLDisplay __stdcall eglGetDisplay(EGLNativeDisplayType display_id)  in eglGetDisplay()
121 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
153 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy) in eglTerminate()
178 const char *__stdcall eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
213 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *… in eglGetConfigs()
250 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,… in eglChooseConfig()
289 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint … in eglGetConfigAttrib()
318 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType w… in eglCreateWindowSurface()
385 EGLSurface __stdcall eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib… in eglCreatePbufferSurface()
411 EGLSurface __stdcall eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType p… in eglCreatePixmapSurface()
437 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
467 EGLBoolean __stdcall eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *… in eglQuerySurface()
635 EGLSurface __stdcall eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuf… in eglCreatePbufferFromClientBuffer()
662 EGLBoolean __stdcall eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint … in eglSurfaceAttrib()
688 EGLBoolean __stdcall eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
713 EGLBoolean __stdcall eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
738 EGLBoolean __stdcall eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
770 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, c… in eglCreateContext()
818 EGLBoolean __stdcall eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
848 EGLBoolean __stdcall eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ct… in eglMakeCurrent()
943 EGLDisplay __stdcall eglGetCurrentDisplay(void) in eglGetCurrentDisplay()
949 EGLDisplay dpy = egl::getCurrentDisplay(); in eglGetCurrentDisplay()
961 EGLBoolean __stdcall eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *valu… in eglQueryContext()
1023 EGLBoolean __stdcall eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
1056 EGLBoolean __stdcall eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()