Home
last modified time | relevance | path

Searched refs:VGLBuf (Results 1 – 3 of 3) sorted by last modified time

/freebsd/lib/libvgl/
H A Dmain.c50 byte *VGLBuf; variable
102 if (VGLBuf) in VGLEnd()
103 free(VGLBuf); in VGLEnd()
104 VGLBuf = NULL; in VGLEnd()
280 VGLBuf = malloc(VGLBufSize); in VGLInit()
281 if (VGLBuf == NULL) { in VGLInit()
342 VGLVDisplay.Bitmap = VGLBuf; in VGLInit()
459 VGLDisplay->Bitmap = VGLBuf; in VGLCheckSwitch()
H A Dbitmap.c61 VGLPlane[0] = VGLBuf; in WriteVerticalLine()
H A Dvgl.h102 extern byte *VGLBuf;