Home | History | Annotate | Download | only in libEGL

Lines Matching full:__stdcall

84 EGLint __stdcall eglGetError(void)
98 EGLDisplay __stdcall eglGetDisplay(EGLNativeDisplayType display_id)
112 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
142 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy)
165 const char *__stdcall eglQueryString(EGLDisplay dpy, EGLint name)
198 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
233 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
270 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
297 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
326 EGLSurface __stdcall eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
348 EGLSurface __stdcall eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
372 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
401 EGLBoolean __stdcall eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
489 EGLBoolean __stdcall eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value)
529 EGLBoolean __stdcall eglBindAPI(EGLenum api)
556 EGLenum __stdcall eglQueryAPI(void)
572 EGLBoolean __stdcall eglWaitClient(void)
588 EGLBoolean __stdcall eglReleaseThread(void)
604 EGLSurface __stdcall eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
632 EGLBoolean __stdcall eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
657 EGLBoolean __stdcall eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
704 EGLBoolean __stdcall eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
748 EGLBoolean __stdcall eglSwapInterval(EGLDisplay dpy, EGLint interval)
778 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
861 EGLBoolean __stdcall eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
890 EGLBoolean __stdcall eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
944 EGLContext __stdcall eglGetCurrentContext(void)
960 EGLSurface __stdcall eglGetCurrentSurface(EGLint readdraw)
987 EGLDisplay __stdcall eglGetCurrentDisplay(void)
1003 EGLBoolean __stdcall eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
1028 EGLBoolean __stdcall eglWaitGL(void)
1044 EGLBoolean __stdcall eglWaitNative(EGLint engine)
1060 EGLBoolean __stdcall eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
1097 EGLBoolean __stdcall eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
1126 EGLBoolean __stdcall eglPostSubBufferNV(EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height)
1168 __eglMustCastToProperFunctionPointerType __stdcall eglGetProcAddress(const char *procname)