Searched refs:map_kd (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglmdraw.c247 if (mat->map_kd) {
254 image = LoadRGBImage( mat->map_kd, &imgWidth, &imgHeight, &imgFormat );
256 /*fprintf(stderr, "Couldn't open texture %s\n", mat->map_kd);*/
257 free(mat->map_kd);
258 mat->map_kd = NULL;
263 printf("load texture %s %d x %d\n", mat->map_kd, imgWidth, imgHeight);
H A Dglm.h42 char *map_kd; /* diffuse texture map file */ member in struct:_GLMmaterial
H A Dglm.c415 mat->map_kd = strdup(buf2);

Completed in 6 milliseconds