Home | History | Annotate | Download | only in EGL_host_wrapper

Lines Matching refs:EGLBoolean

74 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
79 EGLBoolean eglTerminate(EGLDisplay dpy)
89 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
119 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
124 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
129 EGLBoolean eglBindAPI(EGLenum api)
139 EGLBoolean eglWaitClient()
144 EGLBoolean eglReleaseThread()
154 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
159 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
164 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
169 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
179 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
184 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
204 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
209 EGLBoolean eglWaitGL()
214 EGLBoolean eglWaitNative(EGLint engine)
219 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)
224 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface)
244 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image)
254 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync)
264 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
269 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)
274 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height)