Searched refs:CopyPixels (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c57 * glDraw/CopyPixels.
128 functions->CopyPixels = intelCopyPixels;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c54 * glDraw/CopyPixels.
130 functions->CopyPixels = intelCopyPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c57 * glDraw/CopyPixels.
128 functions->CopyPixels = intelCopyPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel.c54 * glDraw/CopyPixels.
130 functions->CopyPixels = brw_copypixels;
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_read.c119 __ogl_framework_api->CopyPixels(x, y, width, height, type);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_read.c119 __ogl_framework_api->CopyPixels(x, y, width, height, type);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.rst45 - glBitmap, glDraw/CopyPixels mistakenly generated selection hits
51 - glDraw/CopyPixels of stencil data ignored the stencil write mask
H A D10.4.6.rst62 - st/mesa: fix sampler view reference counting bug in glDraw/CopyPixels
H A D6.5.2.rst37 - Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
H A D19.1.3.rst148 - meta: memory leak of CopyPixels usage
H A D7.8.2.rst46 - Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels.
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c179 functions->CopyPixels = _mesa_meta_CopyPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c179 functions->CopyPixels = _mesa_meta_CopyPixels;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddrawpix.c269 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
H A Ddd.h152 void (*CopyPixels)( struct gl_context *ctx, GLint srcx, GLint srcy, member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddrawpix.c291 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c90 driver->CopyPixels = _swrast_CopyPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c89 driver->CopyPixels = _swrast_CopyPixels;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_dd.c847 driver->CopyPixels = _mesa_meta_CopyPixels;
854 driver->CopyPixels = xmesa_CopyPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c854 driver->CopyPixels = _mesa_meta_CopyPixels;
861 driver->CopyPixels = xmesa_CopyPixels;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h305 void (GLAPIENTRY * CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp819 { "glCopyPixels", _O(CopyPixels) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp819 { "glCopyPixels", _O(CopyPixels) },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1761 assert(0 && "cannot choose a format for src of CopyPixels");
1855 functions->CopyPixels = st_CopyPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1805 assert(0 && "operation not supported by CopyPixels implemetation");
1860 assert(0 && "cannot choose a format for src of CopyPixels");
1984 functions->CopyPixels = st_CopyPixels;

Completed in 28 milliseconds

12