Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

BOOST_FIXTURE_TEST_CASE ( ReleaseImageTest  ,
ImageLoaderFixture   
)

Definition at line 73 of file testImageLoader.h.

00073                                                               {
00074         for(int i=0; i < 1000; i++) {
00075                 OGLIMAGE* img = mImageLoader->GetOglImageById(i);
00076                 BOOST_CHECK(img);
00077                 ReleaseOglImage(img);
00078     }
00079         mImageLoader->WaitUntilDone();
00080 }


Generated on Fri Mar 19 09:38:33 2010 for ImpalaSrc by  doxygen 1.5.1