Searched refs:glCopyPixels (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 67 glCopyPixels = glCopyPixels@20
|
D | osmesa.def | 70 glCopyPixels
|
/external/mesa3d/docs/relnotes/ |
D | 7.5.1.rst | 55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
|
D | 5.1 | 78 Faster glDrawPixels / glCopyPixels in X11 driver 89 glCopyPixels() calls for the front color buffer will be accelerated 94 glDrawPixels and 100 for glCopyPixels.
|
D | 7.0.2.rst | 46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
|
D | 6.5.rst | 45 A simplified glCopyPixels-like feature for copying pixel rectangles.
|
D | 6.5.3.rst | 59 - Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
|
D | 20.3.3.rst | 100 - st/mesa: don't do glCopyPixels via blit if depth bounds test is enabled
|
D | 8.0.3.rst | 129 - st/mesa: no-op glCopyPixels if source region is out of bounds
|
D | 9.2.rst | 102 glCopyPixels generates no fragments (occlusion_query_meta_fragments
|
D | 7.10.1.rst | 152 - st/mesa: fix incorrect glCopyPixels position on fallback path
|
D | 7.10.rst | 375 - mesa: call \_mesa_valid_to_render() in glDrawPixels, glCopyPixels,
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 60 glCopyPixels = glCopyPixels@20
|
D | opengl32.def | 60 glCopyPixels
|
D | stw_context.c | 860 &glCopyPixels,
|
D | gldrv.h | 289 …void (APIENTRY *glCopyPixels )( GLint x, GLint y, GLsizei width, GLsizei height, …
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 22 OpenGL functions: glReadPixels, glCopyPixels, and glCopyColorTable,
|
/external/mesa3d/docs/ |
D | versions.rst | 737 - 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/ |
D | libGL_autogen.def | 59 glCopyPixels
|
D | libGL_autogen.cpp | 283 void GL_APIENTRY glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in glCopyPixels() function
|
/external/mesa3d/include/GL/ |
D | gl.h | 1219 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 896 GLAPI void GLAPIENTRY glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
|