• Home
  • Raw
  • Download

Lines Matching refs:EGLBoolean

121 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)  in eglInitialize()
153 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy) in eglTerminate()
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()
437 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
467 EGLBoolean __stdcall eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *… in eglQuerySurface()
552 EGLBoolean __stdcall eglBindAPI(EGLenum api) in eglBindAPI()
599 EGLBoolean __stdcall eglWaitClient(void) in eglWaitClient()
617 EGLBoolean __stdcall eglReleaseThread(void) in eglReleaseThread()
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()
818 EGLBoolean __stdcall eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
848 EGLBoolean __stdcall eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ct… in eglMakeCurrent()
961 EGLBoolean __stdcall eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *valu… in eglQueryContext()
987 EGLBoolean __stdcall eglWaitGL(void) in eglWaitGL()
1005 EGLBoolean __stdcall eglWaitNative(EGLint engine) in eglWaitNative()
1023 EGLBoolean __stdcall eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
1056 EGLBoolean __stdcall eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()