Searched refs:glDrawPixels (Results 1 - 25 of 69) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dinvert.c70 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 Dstencilreaddraw.c74 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 Dzreaddraw.c85 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 Dzdrawpix.c2 * 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 Ddrawstencil.c122 glDrawPixels(WIDTH, HEIGHT, GL_STENCIL_INDEX,
138 glDrawPixels(WIDTH, HEIGHT, GL_LUMINANCE, GL_UNSIGNED_BYTE, tmp);
H A Dzcomp.c2 * 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 Dblendxor.c54 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
H A Dblitfb.c89 glDrawPixels(srcWidth, srcHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf);
111 glDrawPixels(dstWidth, dstHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf);
H A Dpbo.c116 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 Dshowbuffer.c64 /* 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 DMESA_pack_invert.spec51 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 DMESA_pack_invert.spec51 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 Dwinpos.c47 glDrawPixels( ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image );
H A Ddissolve.c155 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 Ddrawpix.c3 * 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 Dimage.c40 * of glDrawPixels(), glCopyPixels(), and glPixelZoom().
87 glDrawPixels(checkImageWidth, checkImageHeight, GL_RGB,
H A Dconvolution.c158 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels);
H A Dminmax.c136 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dreadpixels.c76 glDrawPixels(Width, Height, GL_RGBA, GL_FLOAT, image);
H A Dclear-fbo.c120 glDrawPixels(Width-60, Height-60, GL_RGBA, GL_UNSIGNED_BYTE, buffer);
H A Dtri-fbo.c123 glDrawPixels(Width-60, Height-60, GL_RGBA, GL_UNSIGNED_BYTE, buffer);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.0.1.rst38 - Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
41 - Stencil pixel map didn't always work for glDrawPixels (bug 11475)
H A D6.5.2.rst64 - glDrawPixels into a user-created framebuffer object could crash Xlib
73 - Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
H A D6.4.1.rst27 - fragment program fog option didn't work with glDrawPixels, glBitmap
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dcopy.c111 glDrawPixels(image->sizeX, image->sizeY, GL_RGB, GL_UNSIGNED_BYTE,

Completed in 17 milliseconds

123