Home
last modified time | relevance | path

Searched refs:draw (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.1.4/build/demos/videmo/src/
Dmoving.c77 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
114 void draw(u32 field, u32 count, u32 fbSize, u8* xfb) in draw() function
189 draw(VIGetNextField(), frame, fbSize, xfb); in main()
Dmoving.progressive.c76 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
113 void draw(u32 field, u32 count, u32 fbSize, u8* xfb) in draw() function
190 draw(VIGetNextField(), frame, fbSize, xfb); in main()
Dmoving.30Hz.c77 void draw(u32 code, u32 fbSize, u8* xfb);
114 void draw(u32 count, u32 fbSize, u8* xfb) in draw() function
211 draw(frame, fbSize, xfb); in main()
Dmoving.regions.c59 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
162 void draw(u32 field, u32 count, u32 fbSize, u8* xfb) in draw() function
277 draw(VIGetNextField(), frame, fbSize, xfb); in main()
/RvlSDK-3.1.4/build/demos/gxdemo/include/
Dcmn-model.h22 void (*draw)(); member
/RvlSDK-3.1.4/build/demos/gxdemo/src/Culling/
Dcul-faces.c158 void (*draw)(); member
358 myModel[g->modelId].draw( 1 ); in myDrawModel()
359 myModel[g->modelId].draw( -1 ); in myDrawModel()
/RvlSDK-3.1.4/build/demos/gxdemo/src/PixelProc/
Dpix-blend.c203 if ( s->model->draw ) (*s->model->draw)( c ); in SceneDraw()
Dpix-logic.c225 if ( s->model->draw ) (*s->model->draw)( c ); in SceneDraw()
Dpix-fog.c256 if ( s->model->draw ) (*s->model->draw)( c ); in SceneDraw()
/RvlSDK-3.1.4/build/demos/gxdemo/
Dmakefile99 Simple/smp-toy-draw.c \
350 $(FULLBIN_ROOT)/smp-toy$(BINSUFFIX): Simple/smp-toy-draw.o \