| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | image.c | 40 * of glDrawPixels(), glCopyPixels(), and glPixelZoom(). 110 glCopyPixels (0, 0, checkImageWidth, checkImageHeight, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | copy.c | 120 glCopyPixels(src[0], src[1],
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | wincopy.c | 28 * glCopyPixels to copy the image from the first window into the 160 glCopyPixels(-2, -2, Width[0] + 4, Height[0] + 4, GL_COLOR); 164 glCopyPixels(0, 0, Width[0], Height[0], GL_COLOR);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.5.1.rst | 55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
|
| H A D | 7.0.2.rst | 46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
|
| H A D | 6.5.3.rst | 59 - Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
|
| H A D | 6.5.rst | 45 A simplified glCopyPixels-like feature for copying pixel rectangles.
|
| H A D | 20.3.3.rst | 100 - st/mesa: don't do glCopyPixels via blit if depth bounds test is enabled
|
| H A D | 8.0.3.rst | 129 - st/mesa: no-op glCopyPixels if source region is out of bounds
|
| H A D | 9.2.rst | 102 glCopyPixels generates no fragments (occlusion_query_meta_fragments
|
| H A D | 7.10.1.rst | 152 - st/mesa: fix incorrect glCopyPixels position on fallback path
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | copypix.c | 2 * glCopyPixels test 75 glCopyPixels(dx, dy, ImgWidth, ImgHeight, GL_COLOR);
|
| H A D | readpix.c | 3 * glReadPixels and glCopyPixels test 261 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
|
| H A D | projtex.c | 748 glCopyPixels(0, 0, winWidth / zoomFactor, winHeight / zoomFactor, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | copypixrate.c | 2 * Measure glCopyPixels speed 95 glCopyPixels(0, 0, ImgWidth, ImgHeight, GL_COLOR); 101 * Measure glCopyPixels rate 269 printf("Mode: %s\n", (UseBlit ? "glBlitFramebuffer" : "glCopyPixels"));
|
| H A D | fbotest2.c | 76 glCopyPixels(0, 0, Width, Height, GL_COLOR);
|
| H A D | pbo.c | 170 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
|
| H A D | auxbuffer.c | 424 glCopyPixels(0, 0, WinWidth, WinHeight, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | clear-fbo-scissor.c | 175 glCopyPixels(0, 0, Width, Height, GL_COLOR);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.c | 859 &glCopyPixels,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 906 &glCopyPixels,
|
| H A D | gldrv.h | 289 void (APIENTRY *glCopyPixels )( GLint x, GLint y, GLsizei width, GLsizei height, GLenum type );
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glprocs.h | 310 "glCopyPixels\0" 1463 NAME_FUNC_OFFSET( 3067, glCopyPixels, glCopyPixels, NULL, _gloffset_CopyPixels),
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 1224 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 1217 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,
|