Searched refs:tmpImage (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 91 GLfloat *tmpImage, *p; local in function:copy_rgba_pixels 131 tmpImage = malloc(width * height * sizeof(GLfloat) * 4); 132 if (!tmpImage) { 137 p = tmpImage; 143 p = tmpImage; 146 tmpImage = NULL; /* silence compiler warnings */ 188 free(tmpImage); 238 GLfloat *p, *tmpImage, *depth; local in function:copy_depth_pixels 278 tmpImage = malloc(width * height * sizeof(GLfloat)); 279 if (!tmpImage) { 342 GLubyte *p, *tmpImage, *stencil; local in function:copy_stencil_pixels [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 91 GLfloat *tmpImage, *p; local in function:copy_rgba_pixels 131 tmpImage = malloc(width * height * sizeof(GLfloat) * 4); 132 if (!tmpImage) { 137 p = tmpImage; 143 p = tmpImage; 146 tmpImage = NULL; /* silence compiler warnings */ 188 free(tmpImage); 238 GLfloat *p, *tmpImage, *depth; local in function:copy_depth_pixels 278 tmpImage = malloc(width * height * sizeof(GLfloat)); 279 if (!tmpImage) { 342 GLubyte *p, *tmpImage, *stencil; local in function:copy_stencil_pixels [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 1942 char *tmpImage; local in function:ProcPutImage 1974 tmpImage = (char *)&stuff[1]; 1984 ReformatImage (tmpImage, lengthProto * stuff->height, 1990 stuff->leftPad, stuff->format, tmpImage);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 2088 char *tmpImage; local in function:ProcPutImage 2117 tmpImage = (char *) &stuff[1]; 2127 ReformatImage(tmpImage, lengthProto * stuff->height, 2133 stuff->leftPad, stuff->format, tmpImage);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 3799 #define __GLU_INIT_SWAP_IMAGE void *tmpImage 3800 #define __GLU_SWAP_IMAGE(a,b) tmpImage = a; a = b; b = tmpImage;
|
Completed in 23 milliseconds