changeset 116 | 171fae344dd4 |
parent 103 | 2717213c588a |
child 160 | 969102054596 |
--- a/egl/egltest/src/egltest_image_multiprocess.cpp Tue Jun 22 15:21:29 2010 +0300 +++ b/egl/egltest/src/egltest_image_multiprocess.cpp Fri Jul 16 11:45:55 2010 +0300 @@ -1468,6 +1468,7 @@ TInt stride = bitmap->DataStride(); address += (bitmapSize.iHeight - 1) * stride; vgWritePixels(address, -stride, iSurfaceFormat, 0,0, bitmapSize.iWidth, bitmapSize.iHeight); + eglWaitClient(); // wait for writing to finish delete bitmap; bitmap = NULL; ASSERT_TRUE(vgGetError()==VG_NO_ERROR);