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:
|