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