Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvgl/
H A DMakefile19 vgl.3 VGLClear.3 \
H A Dmain.c83 VGLClear(VGLDisplay, 0); in VGLEnd()
365 VGLClear(VGLDisplay, 0); in VGLInit()
H A Dvgl.h148 void VGLClear(VGLBitmap *object, u_long color);
H A Dsimple.c465 VGLClear(VGLBitmap *object, u_long color) in VGLClear() function
473 VGLClear(&VGLVDisplay, color); in VGLClear()
/freebsd-13.1/share/examples/libvgl/
H A Ddemo.c63 VGLClear(tmp, 0); in main()