Searched refs:glCopyPixels (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dimage.c40 * of glDrawPixels(), glCopyPixels(), and glPixelZoom().
110 glCopyPixels (0, 0, checkImageWidth, checkImageHeight, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dcopy.c120 glCopyPixels(src[0], src[1],
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dwincopy.c28 * 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 D7.5.1.rst55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
H A D7.0.2.rst46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
H A D6.5.3.rst59 - Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
H A D6.5.rst45 A simplified glCopyPixels-like feature for copying pixel rectangles.
H A D20.3.3.rst100 - st/mesa: don't do glCopyPixels via blit if depth bounds test is enabled
H A D8.0.3.rst129 - st/mesa: no-op glCopyPixels if source region is out of bounds
H A D9.2.rst102 glCopyPixels generates no fragments (occlusion_query_meta_fragments
H A D7.10.1.rst152 - st/mesa: fix incorrect glCopyPixels position on fallback path
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dcopypix.c2 * glCopyPixels test
75 glCopyPixels(dx, dy, ImgWidth, ImgHeight, GL_COLOR);
H A Dreadpix.c3 * glReadPixels and glCopyPixels test
261 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
H A Dprojtex.c748 glCopyPixels(0, 0, winWidth / zoomFactor, winHeight / zoomFactor, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcopypixrate.c2 * 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 Dfbotest2.c76 glCopyPixels(0, 0, Width, Height, GL_COLOR);
H A Dpbo.c170 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
H A Dauxbuffer.c424 glCopyPixels(0, 0, WinWidth, WinHeight, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dclear-fbo-scissor.c175 glCopyPixels(0, 0, Width, Height, GL_COLOR);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.c859 &glCopyPixels,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.c906 &glCopyPixels,
H A Dgldrv.h289 void (APIENTRY *glCopyPixels )( GLint x, GLint y, GLsizei width, GLsizei height, GLenum type );
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglprocs.h310 "glCopyPixels\0"
1463 NAME_FUNC_OFFSET( 3067, glCopyPixels, glCopyPixels, NULL, _gloffset_CopyPixels),
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h1224 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h1217 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,

Completed in 28 milliseconds

12