Lines Matching refs:EGLint

70 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor) {  in eglInitialize()
84 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, in eglGetConfigs()
85 EGLint* num_config) { in eglGetConfigs()
92 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig()
93 EGLint config_size, EGLint* num_config) { in eglChooseConfig()
100 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value) { in eglGetConfigAttrib()
108 const EGLint* attrib_list) { in eglCreateWindowSurface()
124 const EGLint* attrib_list) { in eglCreatePixmapSurface()
139 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface()
153 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface()
169 const EGLint* attrib_list) { in eglCreateContext()
190 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value) { in eglQueryContext()
204 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface()
225 EGLBoolean eglWaitNative(EGLint engine) { in eglWaitNative()
232 EGLint eglGetError(void) { in eglGetError()
252 EGLBoolean eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface draw, EGLint* rects, in eglSwapBuffersWithDamageKHR()
253 EGLint n_rects) { in eglSwapBuffersWithDamageKHR()
276 const char* eglQueryString(EGLDisplay dpy, EGLint name) { in eglQueryString()
283 extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name) { in eglQueryStringImplementationANDROID()
290 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) { in eglSurfaceAttrib()
297 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage()
304 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglReleaseTexImage()
311 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval()
353 EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferFromClientBuffer()
361 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR()
376 EGLClientBuffer buffer, const EGLint* attrib_list) { in eglCreateImageKHR()
416 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR()
444 EGLint eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTimeKHR timeout) { in eglClientWaitSync()
451 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) { in eglClientWaitSyncKHR()
458 EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib* value) { in eglGetSyncAttrib()
465 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint* value) { in eglGetSyncAttribKHR()
472 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint* attrib_list) { in eglCreateStreamKHR()
487 EGLint value) { in eglStreamAttribKHR()
495 EGLint* value) { in eglQueryStreamKHR()
519 const EGLint* attrib_list) { in eglCreateStreamProducerSurfaceKHR()
562 EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) { in eglWaitSyncKHR()
568 EGLBoolean eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) { in eglWaitSync()
574 EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) { in eglDupNativeFenceFDANDROID()
614 EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint* rects, in eglSetDamageRegionKHR()
615 EGLint n_rects) { in eglSetDamageRegionKHR()
629 EGLBoolean eglGetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, in eglGetCompositorTimingANDROID()
630 const EGLint* names, EGLnsecsANDROID* values) { in eglGetCompositorTimingANDROID()
637 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, EGLSurface surface, EGLint name) { in eglGetCompositorTimingSupportedANDROID()
645 EGLint numTimestamps, const EGLint* timestamps, in eglGetFrameTimestampsANDROID()
655 EGLint timestamp) { in eglGetFrameTimestampSupportedANDROID()