Lines Matching refs:result
325 EGLint result = fEGLDestroySyncKHR(eglDisplay, eglsync);
326 if (EGL_TRUE != result) {
327 ERRORF(reporter, "Failed to delete EGLSync, error: %d\n", result);
347 EGLint result = fEGLWaitSyncKHR(eglDisplay, eglsync, 0);
348 if (EGL_TRUE != result) {
349 ERRORF(reporter, "Failed called to eglWaitSyncKHR, error: %d\n", result);
352 result = fEGLDestroySyncKHR(eglDisplay, eglsync);
353 if (EGL_TRUE != result) {
354 ERRORF(reporter, "Failed to delete EGLSync, error: %d\n", result);
1038 bool result = true;
1039 for (int y = 0; y < DEV_H && result; ++y) {
1040 for (int x = 0; x < DEV_W && result; ++x) {
1046 result = false;
1054 return result;