Searched refs:VGLBuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libvgl/
H A Dmain.c51 byte *VGLBuf; variable
99 if (VGLBuf)
100 free(VGLBuf);
101 VGLBuf = NULL;
256 VGLBuf = malloc(VGLBufSize);
257 if (VGLBuf == NULL) {
424 bcopy(&VGLBuf[i*VGLBufSize/VGLModeInfo.vi_planes + offset],
437 bcopy(&VGLBuf[i*VGLAdpInfo.va_window_size], VGLMem,
452 bcopy(&VGLBuf[offset], VGLMem, len);
470 bcopy(VGLMem, &VGLBuf[
[all...]
H A Dvgl.h101 extern byte *VGLBuf;
H A Dbitmap.c62 VGLPlane[0] = VGLBuf;
192 VGLPlane[0] = VGLBuf;
216 VGLPlane[0] = VGLBuf;

Completed in 59 milliseconds