Home | History | Annotate | Download | only in hwc

Lines Matching refs:returnVal

38 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
952 static void checkEglError(const char* op, EGLBoolean returnVal)
954 if (returnVal != EGL_TRUE) {
955 testPrintE("%s() returned %d", op, returnVal);
1007 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
1010 if (returnVal && error == EGL_SUCCESS) {