| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | invert.c | 70 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, image ); 81 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image ); 92 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image );
|
| H A D | stencilreaddraw.c | 74 glDrawPixels(100, 100, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencil); 92 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); 98 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); 112 glDrawPixels(400, 400, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencil2);
|
| H A D | zreaddraw.c | 85 glDrawPixels(ZWIDTH, ZHEIGHT, GL_LUMINANCE, depthType, depth); 105 glDrawPixels(ZWIDTH, ZHEIGHT, GL_DEPTH_COMPONENT, depthType, depth); 111 glDrawPixels(ZWIDTH, ZHEIGHT, GL_DEPTH_COMPONENT, depthType, depth); 144 glDrawPixels(ZWIDTH2, ZHEIGHT2, GL_LUMINANCE, GL_FLOAT, depth2);
|
| H A D | zdrawpix.c | 2 * Test glDrawPixels(GL_DEPTH_COMPONENT) 49 glDrawPixels(Width, Height, GL_DEPTH_COMPONENT, GL_FLOAT, z); 71 glDrawPixels(Width, Height, GL_DEPTH_COMPONENT, GL_FLOAT, z);
|
| H A D | drawstencil.c | 122 glDrawPixels(WIDTH, HEIGHT, GL_STENCIL_INDEX, 138 glDrawPixels(WIDTH, HEIGHT, GL_LUMINANCE, GL_UNSIGNED_BYTE, tmp);
|
| H A D | zcomp.c | 2 * Test Z compositing with glDrawPixels(GL_DEPTH_COMPONENT) and stencil test. 91 glDrawPixels(Width, Height, GL_DEPTH_COMPONENT, GL_FLOAT, Zimg); 98 glDrawPixels(Width, Height, GL_RGBA, GL_UNSIGNED_BYTE, Cimg);
|
| H A D | blendxor.c | 54 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
|
| H A D | blitfb.c | 89 glDrawPixels(srcWidth, srcHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf); 111 glDrawPixels(dstWidth, dstHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf);
|
| H A D | pbo.c | 116 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, 0); 159 glDrawPixels(ImgWidth, ImgHeight, ReadFormat, ReadType, 0); 273 /* Setup TempPBO - used for glReadPixels & glDrawPixels */
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | showbuffer.c | 64 /* setup raster pos for glDrawPixels */ 80 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_FLOAT, depthValues); 115 /* setup raster pos for glDrawPixels */ 131 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, alphaValues); 167 /* setup raster pos for glDrawPixels */ 190 glDrawPixels(winWidth, winHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, stencilValues);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_pack_invert.spec | 51 1. Should we also define UNPACK_INVERT_MESA for glDrawPixels, etc? 54 solutions for inverting images when using glDrawPixels (negative Y pixel
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_pack_invert.spec | 51 1. Should we also define UNPACK_INVERT_MESA for glDrawPixels, etc? 54 solutions for inverting images when using glDrawPixels (negative Y pixel
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | winpos.c | 47 glDrawPixels( ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image );
|
| H A D | dissolve.c | 155 glDrawPixels(WinWidth, WinHeight, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, b); 168 glDrawPixels(ImgWidth[0], ImgHeight[0], ImgFormat[0], GL_UNSIGNED_BYTE, Image[0]); 172 glDrawPixels(ImgWidth[1], ImgHeight[1], ImgFormat[1], GL_UNSIGNED_BYTE, Image[1]);
|
| H A D | drawpix.c | 3 * glDrawPixels demo/test/benchmark 70 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); 107 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); 304 printf(" w Decrease glDrawPixels width*\n"); 305 printf(" W Increase glDrawPixels width*\n"); 306 printf(" h Decrease glDrawPixels height*\n"); 307 printf(" H Increase glDrawPixels height*\n");
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | image.c | 40 * of glDrawPixels(), glCopyPixels(), and glPixelZoom(). 87 glDrawPixels(checkImageWidth, checkImageHeight, GL_RGB,
|
| H A D | convolution.c | 158 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels);
|
| H A D | minmax.c | 136 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | readpixels.c | 76 glDrawPixels(Width, Height, GL_RGBA, GL_FLOAT, image);
|
| H A D | clear-fbo.c | 120 glDrawPixels(Width-60, Height-60, GL_RGBA, GL_UNSIGNED_BYTE, buffer);
|
| H A D | tri-fbo.c | 123 glDrawPixels(Width-60, Height-60, GL_RGBA, GL_UNSIGNED_BYTE, buffer);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.0.1.rst | 38 - Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457 41 - Stencil pixel map didn't always work for glDrawPixels (bug 11475)
|
| H A D | 6.5.2.rst | 64 - glDrawPixels into a user-created framebuffer object could crash Xlib 73 - Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
|
| H A D | 6.4.1.rst | 27 - fragment program fog option didn't work with glDrawPixels, glBitmap
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | copy.c | 111 glDrawPixels(image->sizeX, image->sizeY, GL_RGB, GL_UNSIGNED_BYTE,
|