/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
|
s_span.c | 60 * current raster values. Used prior to glDraw/CopyPixels 178 * been produced by glDraw/CopyPixels. [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
CpuVideoTrackDecoder.java | 164 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/ports/ |
SkImageDecoder_WIC.cpp | 217 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 | 217 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/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 256 'createElement', 'createBox', 'cos', 'copyPixels', 'copyChannel',
|
/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...] |
/external/chromium_org/third_party/mesa/src/docs/ |
VERSIONS | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_icd.h | 305 void (GLAPIENTRY * CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum);
|