Searched refs:VGLBitmapCreate (Results 1 – 4 of 4) sorted by relevance
12 vgl.3 VGLBitmapCreate.3 \
111 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
371 *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits) in VGLBitmapCreate() function
61 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()