Home
last modified time | relevance | path

Searched refs:VGLBitmapCreate (Results 1 – 4 of 4) sorted by relevance

/trueos/lib/libvgl/
HDMakefile11 vgl.3 VGLBitmapCreate.3 \
HDvgl.h109 VGLBitmap *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits);
HDbitmap.c369 *VGLBitmapCreate(int type, int xsize, int ysize, byte *bits) in VGLBitmapCreate() function
/trueos/share/examples/libvgl/
HDdemo.c59 tmp = VGLBitmapCreate(MEMBUF, 256, 256, NULL); in main()