Home | History | Annotate | Download | only in hwc

Lines Matching defs:returnVal

35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
957 static void checkEglError(const char* op, EGLBoolean returnVal)
959 if (returnVal != EGL_TRUE) {
960 testPrintE("%s() returned %d", op, returnVal);
1020 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
1023 if (returnVal && error == EGL_SUCCESS) {