Home
last modified time | relevance | path

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

/freebsd-head/lib/libvgl/
HDMakefile18 vgl.3 VGLClear.3 \
HDmain.c81 VGLClear(VGLDisplay, 0); in VGLEnd()
363 VGLClear(VGLDisplay, 0); in VGLInit()
HDvgl.h146 void VGLClear(VGLBitmap *object, u_long color);
HDsimple.c463 VGLClear(VGLBitmap *object, u_long color) in VGLClear() function
471 VGLClear(&VGLVDisplay, color); in VGLClear()
/freebsd-head/share/examples/libvgl/
HDdemo.c61 VGLClear(tmp, 0); in main()