Home
last modified time | relevance | path

Searched refs:glCopyPixels (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def67 glCopyPixels = glCopyPixels@20
Dosmesa.def70 glCopyPixels
/external/mesa3d/docs/relnotes/
D7.5.1.rst55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
D5.178 Faster glDrawPixels / glCopyPixels in X11 driver
89 glCopyPixels() calls for the front color buffer will be accelerated
94 glDrawPixels and 100 for glCopyPixels.
D7.0.2.rst46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
D6.5.rst45 A simplified glCopyPixels-like feature for copying pixel rectangles.
D6.5.3.rst59 - Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
D20.3.3.rst100 - st/mesa: don't do glCopyPixels via blit if depth bounds test is enabled
D8.0.3.rst129 - st/mesa: no-op glCopyPixels if source region is out of bounds
D9.2.rst102 glCopyPixels generates no fragments (occlusion_query_meta_fragments
D7.10.1.rst152 - st/mesa: fix incorrect glCopyPixels position on fallback path
D7.10.rst375 - mesa: call \_mesa_valid_to_render() in glDrawPixels, glCopyPixels,
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def60 glCopyPixels = glCopyPixels@20
Dopengl32.def60 glCopyPixels
Dstw_context.c860 &glCopyPixels,
Dgldrv.h289 …void (APIENTRY *glCopyPixels )( GLint x, GLint y, GLsizei width, GLsizei height, …
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES22 OpenGL functions: glReadPixels, glCopyPixels, and glCopyColorTable,
/external/mesa3d/docs/
Dversions.rst737 - glCopyPixels between front/back buffers didn't copy alpha correctly
829 - overlapping glCopyPixels with pixel zooming now works
831 - glCopyPixels with pixel zooming now works
1080 - glCopyPixels with scale and bias was broken
1152 - glCopyPixels didn't work for deep color channels
1408 - faster glCopyPixels in X11 driver in some cases (see relnotes/5.1)
1413 - fixed issues in glDrawPixels and glCopyPixels for very wide images
1568 - fixed regression in glCopyPixels + convolution
/external/angle/src/libGL/
DlibGL_autogen.def59 glCopyPixels
DlibGL_autogen.cpp283 void GL_APIENTRY glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in glCopyPixels() function
/external/mesa3d/include/GL/
Dgl.h1219 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h896 GLAPI void GLAPIENTRY glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);