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

1 2 3 4 5 67 8 91011>>

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 70 void glCompressedTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, int imageSize, const void* data);
73 void glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width);
74 void glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height);
161 void glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* pixels);
162 void glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* pixels);
197 void glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* pixels);
198 void glCopyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
200 void glCompressedTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, int imageSize, const void* data);
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 83 xoffset = "\"dx\"" colon (num >tok %parse_x_offset);
88 element = glyph | cluster | xoffset | yoffset | xadvance | yadvance;
  /external/libvpx/armv7a/
vp8_rtcd.h 275 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);
278 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);
279 unsigned int vp8_sub_pixel_variance16x16_armv6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
282 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);
285 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);
288 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);
291 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);
292 unsigned int vp8_sub_pixel_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
  /external/mesa3d/src/mesa/main/
texstore.h 103 GLint xoffset, GLint yoffset, GLint zoffset,
118 GLint xoffset, GLint yoffset, GLint zoffset,
  /frameworks/base/libs/hwui/
VertexBuffer.h 93 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) {
100 TYPE::copyWithOffset(&dst[i], src[i], xOffset, yOffset);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 162 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);
165 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);
166 unsigned int vp8_sub_pixel_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
169 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);
172 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);
175 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);
176 unsigned int vp8_sub_pixel_variance16x16_armv6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
255 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);
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 151 final int xOffset = (int) -(viewWidth - width) / 2;
153 to.offset(xOffset, yOffset);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 153 final int xOffset = (int) -(viewWidth - width) / 2;
155 to.offset(xOffset, yOffset);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 51 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) {
52 mWorldState.yRotation = (xOffset * 4) * 360;
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vpx_rtcd.h 229 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);
230 unsigned int vp8_sub_pixel_variance4x4_mmx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
231 unsigned int vp8_sub_pixel_variance4x4_wmt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
234 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);
235 unsigned int vp8_sub_pixel_variance8x8_mmx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
236 unsigned int vp8_sub_pixel_variance8x8_wmt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
239 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);
240 unsigned int vp8_sub_pixel_variance8x16_mmx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
241 unsigned int vp8_sub_pixel_variance8x16_wmt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
244 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)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vpx_rtcd.h 229 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);
230 unsigned int vp8_sub_pixel_variance4x4_mmx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
231 unsigned int vp8_sub_pixel_variance4x4_wmt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
234 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);
235 unsigned int vp8_sub_pixel_variance8x8_mmx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
236 unsigned int vp8_sub_pixel_variance8x8_wmt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
239 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);
240 unsigned int vp8_sub_pixel_variance8x16_mmx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
241 unsigned int vp8_sub_pixel_variance8x16_wmt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned char *ref_ptr, int Refstride, unsigned int *sse);
244 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)
    [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.cc 193 GLint xoffset,
201 target, level, xoffset, yoffset, width, height, format, type, pixels);
249 GLint xoffset,
257 target, level, xoffset, yoffset, width, height, format, type, pixels);
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate.h 38 GLint xoffset; member in struct:gpu::AsyncTexSubImage2DParams
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.h 48 GLint xoffset,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 45 GLint xoffset,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
variance.h 73 int xoffset,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_variance.c 124 int xoffset, int yoffset, \
131 BILINEAR_FILTERS_2TAP(xoffset)); \
141 int xoffset, int yoffset, \
150 BILINEAR_FILTERS_2TAP(xoffset)); \
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBDT.h 89 SK_OT_CHAR xOffset; // Position of component left
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
symbol.py 7 """A dictionary of symbols indexed by the key 'exec_path+0xoffset'."""
  /external/libvpx/libvpx/vp8/common/
variance.h 73 int xoffset,
  /external/skia/src/sfnt/
SkOTTable_EBDT.h 89 SK_OT_CHAR xOffset; // Position of component left
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
variance.h 73 int xoffset,
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 49 unsigned int xoffset; /* offset from virtual to visible */ member in struct:__anon41813
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptScene.java 85 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) {
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptScene.java 89 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) {

Completed in 2027 milliseconds

1 2 3 4 5 67 8 91011>>