Home | History | Annotate | Download | only in hwc

Lines Matching refs:EGLint

50     EGLint *width, EGLint *height)
58 EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
59 EGLint sConfigAttribs[] = {
63 EGLint majorVersion, minorVersion;
957 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
976 struct {EGLint attribute; const char* name;} names[] = {
1013 EGLint value = -1;
1014 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
1016 EGLint error = eglGetError();