Home | History | Annotate | Download | only in hwc

Lines Matching refs:returnVal

37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
955 static void checkEglError(const char* op, EGLBoolean returnVal)
957 if (returnVal != EGL_TRUE) {
958 testPrintE("%s() returned %d", op, returnVal);
1018 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
1021 if (returnVal && error == EGL_SUCCESS) {