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