imgopengl_t 301 lib/devices/opengl.c static imgopengl_t*img2texid = 0; imgopengl_t 315 lib/devices/opengl.c imgopengl_t*i = img2texid; imgopengl_t 317 lib/devices/opengl.c imgopengl_t*next = i->next; imgopengl_t 322 lib/devices/opengl.c memset(i, 0, sizeof(imgopengl_t)); imgopengl_t 328 lib/devices/opengl.c static imgopengl_t*addTexture(gfximage_t*img) imgopengl_t 331 lib/devices/opengl.c imgopengl_t*i = img2texid; imgopengl_t 352 lib/devices/opengl.c i = malloc(sizeof(imgopengl_t)); imgopengl_t 408 lib/devices/opengl.c imgopengl_t* txt = addTexture(img);