Searched refs:CopyPixels (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/docs/relnotes/ |
D | 3.3 | 110 Lets glDraw/CopyPixels draw a texture coordinate image. 114 to the glDraw/CopyPixels paths. 117 Adds additional color tables to the glDraw/Read/CopyPixels paths. 120 Compute histograms for glDraw/Read/CopyPixels. 206 CopyPixels
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 130 functions->CopyPixels = intelCopyPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 132 functions->CopyPixels = intelCopyPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 119 __ogl_framework_api->CopyPixels(x, y, width, height, type); in __applegl_glCopyPixels()
|
/external/skqp/src/ports/ |
D | SkImageGeneratorWIC.cpp | 171 hr = formatConverterSrc->CopyPixels(nullptr, (UINT) rowBytes, (UINT) rowBytes * info.height(), in onGetPixels()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 173 functions->CopyPixels = _mesa_meta_CopyPixels; in nouveau_driver_functions_init()
|
/external/skia/src/ports/ |
D | SkImageGeneratorWIC.cpp | 171 hr = formatConverterSrc->CopyPixels(nullptr, (UINT) rowBytes, (UINT) rowBytes * info.height(), in onGetPixels()
|
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 270 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
D | dd.h | 147 void (*CopyPixels)( struct gl_context *ctx, GLint srcx, GLint srcy, member
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 843 driver->CopyPixels = _mesa_meta_CopyPixels; in xmesa_init_driver_functions() 850 driver->CopyPixels = xmesa_CopyPixels; in xmesa_init_driver_functions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 88 driver->CopyPixels = _swrast_CopyPixels; in _mesa_init_driver_functions()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 305 void (GLAPIENTRY * CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum);
|
/external/mesa3d/docs/ |
D | VERSIONS | 925 - feedback attributes for glDraw/CopyPixels and glBitmap were wrong 1104 - zoomed glDraw/CopyPixels with clipping sometimes failed (bug 689964) 1394 - glBitmap, glDraw/CopyPixels mistakenly generated selection hits 1400 - glDraw/CopyPixels of stencil data ignored the stencil write mask
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 821 { "glCopyPixels", _O(CopyPixels) },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1638 functions->CopyPixels = st_CopyPixels; in st_init_drawpixels_functions()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 2134 ctx->Driver.CopyPixels = _mesa_meta_CopyPixels; in radeonInitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 2371 functions->CopyPixels = _mesa_meta_CopyPixels; in r200InitStateFuncs()
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 360 #define glCopyPixels MANGLE(CopyPixels)
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 557 { "CopyPixels", { {"image", ImageReference}, {"geometry", StringReference}, 7561 CopyPixels = 285
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7561 CopyPixels = 285 in Mogrify()
|