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

OGLIMAGE* OglGui::Carousel3D::MyOglImage ( int  type,
int  w,
int  h 
) [inline, protected]

Definition at line 368 of file Carousel3D.h.

References MyOglImDataFunc(), and MyOglImDestroy().

Referenced by AddCaptureView().

00369     {
00370         OGLIMAGE* oglIm   = NewOglImage(type, w, h);
00371         oglIm->imData     = calloc(w*h,4);
00372         memset(oglIm->imData, 0x80, w*h*4);
00373         oglIm->imDataFunc = MyOglImDataFunc;
00374         oglIm->onDestroy  = MyOglImDestroy;
00375         return oglIm;
00376     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:58:46 2010 for ImpalaSrc by  doxygen 1.5.1