Searched refs:temp_image (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | invert.c | 50 static GLubyte * temp_image = NULL; variable in typeref:typename:GLubyte * 79 glReadPixels( 5, 5, img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); 81 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); 90 glReadPixels( 5, 5, img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); 92 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); 157 temp_image = malloc( 3 * img_height * img_width ); 158 if ( temp_image == NULL ) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetImage.c | 146 XImage *temp_image; local in function:XGetSubImage 147 temp_image = XGetImage(dpy, d, x, y, width, height, 149 if (!temp_image) 151 _XSetImage(temp_image, dest_image, dest_x, dest_y); 152 XDestroyImage(temp_image);
|
Completed in 4 milliseconds