Searched refs:TempImage (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | readpix.c | 32 static GLubyte *TempImage = NULL; variable in typeref:typename:GLubyte * 226 ReadFormat, ReadType, TempImage); 239 memset(TempImage, 255, ImgWidth * ImgHeight * 4); 242 ReadFormat, ReadType, TempImage); 247 ReadFormat, ReadType, TempImage); 253 glDrawPixels(ImgWidth, ImgHeight, ReadFormat, ReadType, TempImage); 373 /* allocate large TempImage to store and image data type, plus an 376 TempImage = (GLubyte *) malloc(ImgWidth * ImgHeight * 4 * 4 378 assert(TempImage);
|
| H A D | pixeltest.c | 42 GLushort TempImage[SIZE][SIZE]; /* original 128 by 128 pixel image */ variable in typeref:typename:GLushort[][] 174 plot(i, j, TempImage[i][j]); 320 memset(TempImage, 255, sizeof TempImage); 324 ReadFormat, ReadType, TempImage);
|
Completed in 4 milliseconds