Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def67 glCopyPixels = glCopyPixels@20
Dosmesa.def70 glCopyPixels
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def60 glCopyPixels = glCopyPixels@20
Dopengl32.def60 glCopyPixels
Dstw_context.c771 &glCopyPixels,
/external/mesa3d/docs/relnotes/
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.
/external/swiftshader/src/OpenGL/libGL/
DlibGL.def61 glCopyPixels @59
DlibGL.cpp5885 void APIENTRY glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in glCopyPixels() function
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES22 OpenGL functions: glReadPixels, glCopyPixels, and glCopyColorTable,
/external/mesa3d/docs/
DVERSIONS597 - glCopyPixels between front/back buffers didn't copy alpha correctly
671 - overlapping glCopyPixels with pixel zooming now works
673 - glCopyPixels with pixel zooming now works
885 - glCopyPixels with scale and bias was broken
949 - glCopyPixels didn't work for deep color channels
1170 - faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1)
1173 - fixed issues in glDrawPixels and glCopyPixels for very wide images
1307 - fixed regression in glCopyPixels + convolution
/external/mesa3d/include/GL/
Dgl.h1224 GLAPI void GLAPIENTRY glCopyPixels( GLint x, GLint y,
Dgl_mangle.h360 #define glCopyPixels MANGLE(CopyPixels) macro