Home
last modified time | relevance | path

Searched refs:VGLClear (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libvgl/
H A DMakefile18 vgl.3 VGLClear.3 \
H A Dmain.c81 VGLClear(VGLDisplay, 0); in VGLEnd()
363 VGLClear(VGLDisplay, 0); in VGLInit()
H A Dvgl.h146 void VGLClear(VGLBitmap *object, u_long color);
H A Dsimple.c463 VGLClear(VGLBitmap *object, u_long color) in VGLClear() function
471 VGLClear(&VGLVDisplay, color); in VGLClear()
/freebsd/share/examples/libvgl/
H A Ddemo.c61 VGLClear(tmp, 0); in main()