Home | History | Annotate | Download | only in EGL

Lines Matching refs:EGLint

224 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
258 EGLint config_size, EGLint *num_config)
281 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list,
282 EGLConfig *configs, EGLint config_size,
283 EGLint *num_config)
305 EGLint attrib = attrib_list[0];
309 const EGLint *attribRendererable = NULL;
310 const EGLint *attribCaveat = NULL;
331 EGLint aaAttribs[attribCount + 4];
337 memcpy(&aaAttribs[4], attrib_list, attribCount * sizeof(EGLint));
339 EGLint numConfigAA;
359 EGLint attribute, EGLint *value)
385 static int modifyFormatColorspace(int fmt, EGLint colorspace) {
402 const EGLint *attrib_list)
424 EGLint format;
432 for (const EGLint* attr = attrib_list; *attr != EGL_NONE;
452 EGLint format = HAL_PIXEL_FORMAT_RGBA_8888;
454 EGLint a = 0;
460 EGLint r, g, b;
465 EGLint colorDepth = r + g + b;
475 for (const EGLint* attr = attrib_list; *attr != EGL_NONE; attr += 2) {
524 const EGLint *attrib_list)
543 const EGLint *attrib_list)
581 EGLint attribute, EGLint *value)
618 EGLContext share_list, const EGLint *attrib_list)
782 EGLint attribute, EGLint *value)
809 EGLSurface eglGetCurrentSurface(EGLint readdraw)
856 EGLBoolean eglWaitNative(EGLint engine)
867 EGLint eglGetError(void)
869 EGLint err = EGL_SUCCESS;
1017 EGLint result = eglClientWaitSyncKHR(dpy, sync, 0, EGL_FOREVER_KHR);
1119 const char* eglQueryString(EGLDisplay dpy, EGLint name)
1139 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name)
1164 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
1184 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1204 EGLDisplay dpy, EGLSurface surface, EGLint buffer)
1223 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
1317 EGLConfig config, const EGLint *attrib_list)
1336 const EGLint *attrib_list)
1374 EGLClientBuffer buffer, const EGLint *attrib_list)
1415 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
1460 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync,
1461 EGLint flags, EGLTimeKHR timeout)
1478 EGLint attribute, EGLint *value)
1498 EGLint eglWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) {
1502 EGLint result = EGL_FALSE;
1514 EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync)
1521 EGLint result = EGL_NO_NATIVE_FENCE_FD_ANDROID;