/external/mesa3d/docs/ |
D | RELNOTES-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
|
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/skia/src/core/ |
D | SkConfig8888.h | 20 static bool CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|
D | SkConfig8888.cpp | 170 bool SkPixelInfo::CopyPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in CopyPixels() function in SkPixelInfo
|
D | SkPixmap.cpp | 108 return SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRB, in readPixels()
|
D | SkBitmapDevice.cpp | 173 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) { in onWritePixels()
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 118 __ogl_framework_api->CopyPixels(x, y, width, height, type); in __applegl_glCopyPixels()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 163 functions->CopyPixels = intelCopyPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 163 functions->CopyPixels = intelCopyPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 163 functions->CopyPixels = intelCopyPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 156 functions->CopyPixels = _mesa_meta_CopyPixels; in nouveau_driver_functions_init()
|
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
D | dd.h | 172 void (*CopyPixels)( struct gl_context *ctx, GLint srcx, GLint srcy, member
|
/external/skia/src/ports/ |
D | SkImageDecoder_WIC.cpp | 237 hr = piBitmapSourceConverted->CopyPixels( in decodeStream()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 855 driver->CopyPixels = _mesa_meta_CopyPixels; in xmesa_init_driver_functions() 862 driver->CopyPixels = xmesa_CopyPixels; in xmesa_init_driver_functions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 89 driver->CopyPixels = _swrast_CopyPixels; in _mesa_init_driver_functions()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 14 void, CopyPixels, VGint dx, VGint dy, VGint sx, VGint sy, VGint wi…
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 305 void (GLAPIENTRY * CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum);
|
/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 | 1645 functions->CopyPixels = st_CopyPixels; in st_init_drawpixels_functions()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 2183 ctx->Driver.CopyPixels = _mesa_meta_CopyPixels; in radeonInitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 2426 functions->CopyPixels = _mesa_meta_CopyPixels; in r200InitStateFuncs()
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 308 #define glCopyPixels MANGLE(CopyPixels)
|