/external/mesa3d/docs/ |
relnotes-7.8.2.html | 55 <li>Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels.
|
/external/mesa3d/src/mapi/vgapi/ |
vgapi.csv | 14 void, CopyPixels, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 162 /** for glDraw/CopyPixels */
|
st_cb_drawpixels.c | 143 * Make fragment shader for glDraw/CopyPixels. This shader is made [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.h | 66 * filled in by glDraw/CopyPixels, etc.
|
s_stencil.c | 447 * Used for glRead/CopyPixels 487 * Used for glDraw/CopyPixels
|
s_copypix.c | 96 * RGBA copypixels
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wincodec.h | 567 virtual HRESULT STDMETHODCALLTYPE CopyPixels( 612 HRESULT (STDMETHODCALLTYPE *CopyPixels)( 636 #define IWICBitmapSource_CopyPixels(This,prc,cbStride,cbBufferSize,pbBuffer) (This)->lpVtbl->CopyPixels(This,prc,cbStride,cbBufferSize,pbBuffer) 662 return This->lpVtbl->CopyPixels(This,prc,cbStride,cbBufferSize,pbBuffer); [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
CpuVideoTrackDecoder.java | 165 PixelUtils.copyPixels(input, output, mWidth, mHeight, offset, pixStride, rowStride);
|
/system/core/libpixelflinger/ |
raster.cpp | 35 GGL_INIT_PROC(procs, copyPixels);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
driverfuncs.c | 89 driver->CopyPixels = _swrast_CopyPixels;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
drawpix.c | 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapDevice.cpp | 162 if (SkPixelInfo::CopyPixels(dstInfo, dstPixels, dstRowBytes, srcInfo, srcPixels, srcRowBytes)) {
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 235 hr = piBitmapSourceConverted->CopyPixels(
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 89 driver->CopyPixels = _swrast_CopyPixels;
|
/external/mesa3d/src/mesa/main/ |
drawpix.c | 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
/external/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 235 hr = piBitmapSourceConverted->CopyPixels(
|
/system/core/include/pixelflinger/ |
pixelflinger.h | 302 void (*copyPixels)(void* c, GGLint x, GGLint y,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 855 driver->CopyPixels = _mesa_meta_CopyPixels; 862 driver->CopyPixels = xmesa_CopyPixels;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_stencil.c | 447 * Used for glRead/CopyPixels 487 * Used for glDraw/CopyPixels
|
s_copypix.c | 96 * RGBA copypixels
|
s_span.c | 60 * current raster values. Used prior to glDraw/CopyPixels 178 * been produced by glDraw/CopyPixels. [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 855 driver->CopyPixels = _mesa_meta_CopyPixels; 862 driver->CopyPixels = xmesa_CopyPixels;
|
/frameworks/native/opengl/libagl/ |
texture.cpp | 269 int copyPixels( [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_drawpixels.c | 143 * Make fragment shader for glDraw/CopyPixels. This shader is made [all...] |