Lines Matching refs:EGLint
298 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
332 EGLint config_size, EGLint *num_config) in eglGetConfigs()
355 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
356 EGLConfig *configs, EGLint config_size, in eglChooseConfig()
357 EGLint *num_config) in eglChooseConfig()
379 EGLint attrib = attrib_list[0]; in eglChooseConfig()
383 const EGLint *attribRendererable = NULL; in eglChooseConfig()
384 const EGLint *attribCaveat = NULL; in eglChooseConfig()
407 EGLint aaAttribs[attribCount + 4]; in eglChooseConfig()
413 memcpy(&aaAttribs[4], attrib_list, attribCount * sizeof(EGLint)); in eglChooseConfig()
415 EGLint numConfigAA; in eglChooseConfig()
435 EGLint attribute, EGLint *value) in eglGetConfigAttrib()
456 EGLint colorspace) { in modifyBufferDataspace()
467 const EGLint *attrib_list) in eglCreateWindowSurface()
500 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in eglCreateWindowSurface()
504 EGLint format; in eglCreateWindowSurface()
506 EGLint a = 0; in eglCreateWindowSurface()
507 EGLint r, g, b; in eglCreateWindowSurface()
513 EGLint colorDepth = r + g + b; in eglCreateWindowSurface()
543 for (const EGLint* attr = attrib_list; *attr != EGL_NONE; attr += 2) { in eglCreateWindowSurface()
592 const EGLint *attrib_list) in eglCreatePixmapSurface()
611 const EGLint *attrib_list) in eglCreatePbufferSurface()
649 EGLint attribute, EGLint *value) in eglQuerySurface()
685 EGLContext share_list, const EGLint *attrib_list) in eglCreateContext()
873 EGLint attribute, EGLint *value) in eglQueryContext()
900 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface()
947 EGLBoolean eglWaitNative(EGLint engine) in eglWaitNative()
958 EGLint eglGetError(void) in eglGetError()
960 EGLint err = EGL_SUCCESS; in eglGetError()
1118 EGLint result = eglClientWaitSyncKHR(dpy, sync, 0, EGL_FOREVER_KHR); in threadLoop()
1142 EGLint *rects, EGLint n_rects) in eglSwapBuffersWithDamageKHR()
1222 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
1254 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name) in eglQueryStringImplementationANDROID()
1281 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1318 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
1338 EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
1357 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval()
1447 EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer()
1466 const EGLint *attrib_list) in eglLockSurfaceKHR()
1504 EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR()
1545 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
1590 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, in eglClientWaitSyncKHR()
1591 EGLint flags, EGLTimeKHR timeout) in eglClientWaitSyncKHR()
1598 EGLint result = EGL_FALSE; in eglClientWaitSyncKHR()
1608 EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
1624 EGLStreamKHR eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) in eglCreateStreamKHR()
1657 EGLenum attribute, EGLint value) in eglStreamAttribKHR()
1674 EGLenum attribute, EGLint *value) in eglQueryStreamKHR()
1725 EGLStreamKHR stream, const EGLint *attrib_list) in eglCreateStreamProducerSurfaceKHR()
1834 EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) { in eglWaitSyncKHR()
1838 EGLint result = EGL_FALSE; in eglWaitSyncKHR()
1850 EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) in eglDupNativeFenceFDANDROID()
1857 EGLint result = EGL_NO_NATIVE_FENCE_FD_ANDROID; in eglDupNativeFenceFDANDROID()
1936 EGLint *rects, EGLint n_rects) in eglSetDamageRegionKHR()
1996 EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) in eglGetCompositorTimingANDROID()
2053 EGLDisplay dpy, EGLSurface surface, EGLint name) in eglGetCompositorTimingSupportedANDROID()
2085 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROID()
2173 EGLDisplay dpy, EGLSurface surface, EGLint timestamp) in eglGetFrameTimestampSupportedANDROID()