HomeSort by relevance Sort by last modified time
    Searched full:xoffset (Results 76 - 100 of 964) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
116 blit_x += xoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
  /external/skia/experimental/Intersection/
hg.htm 252 var xoffset = xStart * -unit + at_x;
255 ctx.moveTo(xoffset + x1 * unit, yoffset + y1 * unit);
256 ctx.lineTo(xoffset + x2 * unit, yoffset + y2 * unit);
262 var xoffset = xStart * -unit + at_x;
264 var _px = px * unit + xoffset;
294 var xoffset = xStart * -unit + at_x;
296 var px = loc * unit + xoffset;
303 var xoffset = xStart * -unit + at_x;
305 var px = xmin * unit + xoffset - 20;
358 var xoffset = xStart * -unit + at_x
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 152 int xOffset = view.getWidth() / 2;
154 canvas.translate(xOffset, yOffset);
156 mOldScreenTexture.draw(canvas, -xOffset, -yOffset);
167 int xOffset = view.getWidth() / 2;
169 canvas.translate(xOffset, yOffset);
171 canvas.translate(-xOffset, -yOffset);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 134 void ContextWrapper::glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data)
136 m_curCtx->texSubImage1D(target, level, xoffset, width, format, type, data);
139 void ContextWrapper::glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data)
141 m_curCtx->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, data);
144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data)
146 m_curCtx->texSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width)
161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width);
164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height)
    [all...]
  /external/libvpx/armv7a/
vp9_rtcd.h 512 unsigned int vp9_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
515 unsigned int vp9_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
518 unsigned int vp9_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
521 unsigned int vp9_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
524 unsigned int vp9_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
527 unsigned int vp9_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
530 unsigned int vp9_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
533 unsigned int vp9_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
536 unsigned int vp9_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
539 unsigned int vp9_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pr (…)
    [all...]
  /external/libvpx/armv7a-neon/
vp9_rtcd.h     [all...]
  /external/libvpx/generic/
vp9_rtcd.h 512 unsigned int vp9_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
515 unsigned int vp9_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
518 unsigned int vp9_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
521 unsigned int vp9_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
524 unsigned int vp9_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
527 unsigned int vp9_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
530 unsigned int vp9_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
533 unsigned int vp9_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
536 unsigned int vp9_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
539 unsigned int vp9_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pr (…)
    [all...]
  /external/libvpx/mips/
vp9_rtcd.h 512 unsigned int vp9_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
515 unsigned int vp9_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
518 unsigned int vp9_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
521 unsigned int vp9_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
524 unsigned int vp9_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
527 unsigned int vp9_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
530 unsigned int vp9_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
533 unsigned int vp9_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
536 unsigned int vp9_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
539 unsigned int vp9_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pr (…)
    [all...]
  /external/libvpx/mips-dspr2/
vp9_rtcd.h     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 185 * @param xoffset
189 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
198 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type)!=0) {
209 * @param xoffset
214 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
222 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) {
284 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Image9.cpp 302 bool Image9::copyToStorage(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
306 return copyToSurface(storage9->getSurfaceLevel(level, true), xoffset, yoffset, width, height);
309 bool Image9::copyToStorage(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
313 return copyToSurface(storage9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level, true), xoffset, yoffset, width, height);
316 bool Image9::copyToStorage(TextureStorageInterface3D *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
323 bool Image9::copyToStorage(TextureStorageInterface2DArray *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height)
330 bool Image9::copyToSurface(IDirect3DSurface9 *destSurface, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
342 rect.left = xoffset;
344 rect.right = xoffset + width;
380 // Store the pixel rectangle designated by xoffset,yoffset,width,height with pixels stored as format/type at inpu
    [all...]
Blit9.cpp 212 bool Blit9::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level)
240 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface);
248 bool Blit9::copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level)
276 result = copy(source, sourceRect, destFormat, xoffset, yoffset, destSurface);
284 bool Blit9::copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest)
301 RECT destRect = {xoffset, yoffset, xoffset + (sourceRect.right - sourceRect.left), yoffset + (sourceRect.bottom - sourceRect.top)};
312 return formatConvert(source, sourceRect, destFormat, xoffset, yoffset, dest);
317 bool Blit9::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest)
332 setViewport(sourceRect, xoffset, yoffset)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
vp9_rtcd.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 364 bool Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
380 image->loadData(xoffset, yoffset, zoffset, width, height, depth, unpack.alignment, type, pixelData);
387 bool Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
392 image->loadCompressedData(xoffset, yoffset, zoffset, width, height, depth, pixels);
625 void Texture2D::commitRect(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
630 if (image->copyToStorage(mTexStorage, level, xoffset, yoffset, width, height))
637 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels)
644 Box destArea(xoffset, yoffset, 0, width, height, 1);
655 if (!fastUnpacked && Texture::subImage(xoffset, yoffset, 0, width, height, 1, format, type, unpack, pixels, mImageArray[level]))
657 commitRect(level, xoffset, yoffset, width, height)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 30 private int xOffset;
153 xOffset = xoff;
167 return xOffset;
  /frameworks/base/core/java/android/hardware/input/
TouchCalibration.java 56 * @param xOffset Constant offset to be applied to output x-axis value.
61 public TouchCalibration(float xScale, float xyMix, float xOffset,
65 mXOffset = xOffset;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardGlowStripView.java 84 int xOffset = getPaddingLeft();
98 canvas.translate(xOffset, mDotStripTop);
102 xOffset += mDotSize + mHorizontalDotGap;
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
phasebeam.rs 47 float xOffset = 0.5;
112 newOffset = xOffset*2;
118 vert->offsetX = -xOffset/2.0;
PhaseBeamWallpaper.java 109 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep,
112 //mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
  /frameworks/native/opengl/libs/GLES_trace/tools/
testgenapi.py 27 'GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, ' \
38 'GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, ' \
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 90 public void onOffsetsChanged(float xOffset, float yOffset,
92 if (mRenderer != null) mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralWallpaper.java 121 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep,
123 mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 94 public void onOffsetsChanged(float xOffset, float yOffset,
96 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 98 public void onOffsetsChanged(float xOffset, float yOffset,
100 mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
bilinearpredict_neon.c 27 int xoffset,
41 if (xoffset == 0) { // skip_1stpass_filter
64 d0u8 = vdup_n_u8((uint8_t)bifilter4_coeff[xoffset][0]);
65 d1u8 = vdup_n_u8((uint8_t)bifilter4_coeff[xoffset][1]);
132 int xoffset,
142 if (xoffset == 0) { // skip_1stpass_filter
155 d0u8 = vdup_n_u8((uint8_t)bifilter4_coeff[xoffset][0]);
156 d1u8 = vdup_n_u8((uint8_t)bifilter4_coeff[xoffset][1]);
219 int xoffset,
229 if (xoffset == 0) { // skip_1stpass_filte
    [all...]

Completed in 1964 milliseconds

1 2 34 5 6 7 8 91011>>