Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:06:05 2011 for ImpalaSrc by  doxygen 1.5.1