HomeSort by relevance Sort by last modified time
    Searched full:yoffset (Results 51 - 75 of 736) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 31 private int yOffset;
154 yOffset = yoff;
171 return yOffset;
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 82 int yoffset, const char *name);
98 int yoffset, const char *name);
  /device/lge/mako/camera/
QCameraHWI_Mem.h 81 int yoffset, const char *name);
97 int yoffset, const char *name);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image9.cpp 291 bool Image9::updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
295 return updateSurface(storage9->getSurfaceLevel(level, true), xoffset, yoffset, width, height);
298 bool Image9::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
302 return updateSurface(storage9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level, true), xoffset, yoffset, width, height);
305 bool Image9::updateSurface(IDirect3DSurface9 *destSurface, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
316 rect.top = yoffset;
318 rect.bottom = yoffset + height;
352 // Store the pixel rectangle designated by xoffset,yoffset,width,height with pixels stored as format/type at input
354 void Image9::loadData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
359 xoffset, yoffset,
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 254 int yoffset = i * 8 + j * 2; local
260 temp = x->block[yoffset ].bmi.mv.as_mv.row
261 + x->block[yoffset+1].bmi.mv.as_mv.row
262 + x->block[yoffset+4].bmi.mv.as_mv.row
263 + x->block[yoffset+5].bmi.mv.as_mv.row;
269 temp = x->block[yoffset ].bmi.mv.as_mv.col
270 + x->block[yoffset+1].bmi.mv.as_mv.col
271 + x->block[yoffset+4].bmi.mv.as_mv.col
272 + x->block[yoffset+5].bmi.mv.as_mv.col;
542 int yoffset = i * 8 + j * 2 local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.h 65 int yoffset,
73 int yoffset,
  /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);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 109 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep,
112 //mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 31 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
33 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
119 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
158 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
159 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
161 void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
202 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
358 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data)
361 ctx->glCompressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageSize, data);
370 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_api.h 49 GLint yoffset,
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_invalidate_subdata.xml 10 <param name="yoffset" type="GLint"/>
  /external/mesa3d/src/mapi/glapi/gen/
ARB_invalidate_subdata.xml 10 <param name="yoffset" type="GLint"/>
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 40 public int yOffset = -1;
122 * @param yOffset Vertical offset with the object being dragged where the original
153 * @param yOffset Vertical offset with the object being dragged where the original
171 * @param yOffset Vertical offset with the object being dragged where the
  /external/chromium_org/third_party/skia/src/core/
SkOrderedReadBuffer.cpp 210 const int32_t yOffset = fReader.readS32();
214 if (0 != xOffset || 0 != yOffset) {
220 yOffset);
224 SkASSERT(0 == xOffset && 0 == yOffset);
234 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_ssse3.asm 25 ; int yoffset,
55 movsxd rdx, dword ptr arg(6) ; yoffset
57 cmp rdx, 0 ; skip second_pass filter if yoffset=0
150 movsxd rdx, dword ptr arg(6) ; yoffset
152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
subpixel_mmx.asm 212 ; int yoffset,
227 ;const short *VFilter = vp8_bilinear_filters_x86_8[yoffset];
242 movsxd rax, dword ptr arg(3) ;yoffset
369 ; int yoffset,
384 ;const short *VFilter = vp8_bilinear_filters_x86_8[yoffset];
399 movsxd rax, dword ptr arg(3) ;yoffset
524 ; int yoffset,
539 ;const short *VFilter = vp8_bilinear_filters_x86_8[yoffset];
554 movsxd rax, dword ptr arg(3) ;yoffset
  /external/skia/src/core/
SkOrderedReadBuffer.cpp 210 const int32_t yOffset = fReader.readS32();
214 if (0 != xOffset || 0 != yOffset) {
220 yOffset);
224 SkASSERT(0 == xOffset && 0 == yOffset);
234 SkIRect subset = SkIRect::MakeXYWH(xOffset, yOffset, width, height);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 6 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels )
7 void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei offset )
8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height )
11 void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data )
12 void glCompressedTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei offset )
  /external/chromium_org/third_party/skia/src/effects/
SkMagnifierImageFilter.cpp 29 float yOffset,
36 yOffset,
63 float yOffset,
70 , fYOffset(yOffset)
257 SkScalar yOffset = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? fSrcRect.y() :
262 yOffset / texture->height(),
  /external/libvpx/generic/
vp8_rtcd.h 133 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
136 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
139 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
142 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
145 unsigned int vp8_sub_pixel_variance16x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
220 unsigned int vp8_sub_pixel_mse16x16_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 31 int yoffset,
163 for (int yoffset = 0; yoffset < 8; ++yoffset) {
168 xoffset, yoffset, dst_c_, kDstStride);
173 xoffset, yoffset, dst_, kDstStride));

Completed in 789 milliseconds

1 23 4 5 6 7 8 91011>>