/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
Lines2Activity.java | 75 private void drawLines(Canvas canvas, Paint p, float xOffset, float yOffset) { 76 canvas.drawLine(10 + xOffset, yOffset, 10 + xOffset, 40 + yOffset, p); 77 canvas.drawLine(30 + xOffset, yOffset, 40 + xOffset, 40 + yOffset, p); 78 canvas.drawLine(40 + xOffset, yOffset, 75 + xOffset, 35 + yOffset, p); 79 canvas.drawLine(50 + xOffset, 5+ yOffset, 100 + xOffset, 15 + yOffset, p); 80 canvas.drawLine(60 + xOffset, yOffset, 110 + xOffset, 2 + yOffset, p) [all...] |
ColoredRectsActivity.java | 76 float yOffset = 10; 80 canvas.translate(mOffset, yOffset); 83 canvas.translate(0, -yOffset); 85 canvas.translate(60, yOffset/2); 91 yOffset += 100; 95 canvas.translate(mOffset + 10, yOffset); 100 canvas.translate(mOffset + 70, yOffset); 105 canvas.translate(mOffset + 140, yOffset); 111 canvas.translate(mOffset + 210, yOffset); 117 canvas.translate(mOffset + 280, yOffset); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/ |
variance_arm.c | 24 int yoffset, 35 VFilter = vp8_bilinear_filters[yoffset]; 52 int yoffset, 63 if (xoffset == 4 && yoffset == 0) 68 else if (xoffset == 0 && yoffset == 4) 73 else if (xoffset == 4 && yoffset == 4) 81 VFilter = vp8_bilinear_filters[yoffset]; 105 int yoffset, 116 int yoffset, 122 if (xoffset == 4 && yoffset == 0 [all...] |
bilinearfilter_arm.c | 44 int yoffset, 53 VFilter = vp8_bilinear_filters[yoffset]; 63 int yoffset, 72 VFilter = vp8_bilinear_filters[yoffset]; 82 int yoffset, 91 VFilter = vp8_bilinear_filters[yoffset]; 101 int yoffset, 110 VFilter = vp8_bilinear_filters[yoffset];
|
filter_arm.c | 95 int yoffset, 106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ 109 if (xoffset && !yoffset) 117 else if (!xoffset && yoffset) 124 if (yoffset & 0x1) 143 int yoffset, 153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ 155 if (xoffset && !yoffset) 160 else if (!xoffset && yoffset) 166 if (yoffset & 0x1 [all...] |
/external/libvpx/libvpx/vp8/common/arm/ |
variance_arm.c | 24 int yoffset, 35 VFilter = vp8_bilinear_filters[yoffset]; 52 int yoffset, 63 if (xoffset == 4 && yoffset == 0) 68 else if (xoffset == 0 && yoffset == 4) 73 else if (xoffset == 4 && yoffset == 4) 81 VFilter = vp8_bilinear_filters[yoffset]; 105 int yoffset, 116 int yoffset, 122 if (xoffset == 4 && yoffset == 0 [all...] |
bilinearfilter_arm.c | 44 int yoffset, 53 VFilter = vp8_bilinear_filters[yoffset]; 63 int yoffset, 72 VFilter = vp8_bilinear_filters[yoffset]; 82 int yoffset, 91 VFilter = vp8_bilinear_filters[yoffset]; 101 int yoffset, 110 VFilter = vp8_bilinear_filters[yoffset];
|
filter_arm.c | 95 int yoffset, 106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ 109 if (xoffset && !yoffset) 117 else if (!xoffset && yoffset) 124 if (yoffset & 0x1) 143 int yoffset, 153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ 155 if (xoffset && !yoffset) 160 else if (!xoffset && yoffset) 166 if (yoffset & 0x1 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
variance_arm.c | 24 int yoffset, 35 VFilter = vp8_bilinear_filters[yoffset]; 52 int yoffset, 63 if (xoffset == 4 && yoffset == 0) 68 else if (xoffset == 0 && yoffset == 4) 73 else if (xoffset == 4 && yoffset == 4) 81 VFilter = vp8_bilinear_filters[yoffset]; 105 int yoffset, 116 int yoffset, 122 if (xoffset == 4 && yoffset == 0 [all...] |
bilinearfilter_arm.c | 44 int yoffset, 53 VFilter = vp8_bilinear_filters[yoffset]; 63 int yoffset, 72 VFilter = vp8_bilinear_filters[yoffset]; 82 int yoffset, 91 VFilter = vp8_bilinear_filters[yoffset]; 101 int yoffset, 110 VFilter = vp8_bilinear_filters[yoffset];
|
filter_arm.c | 95 int yoffset, 106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ 109 if (xoffset && !yoffset) 117 else if (!xoffset && yoffset) 124 if (yoffset & 0x1) 143 int yoffset, 153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ 155 if (xoffset && !yoffset) 160 else if (!xoffset && yoffset) 166 if (yoffset & 0x1 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
vp8_asm_stubs.c | 125 int yoffset, 134 VFilter = vp8_six_tap_mmx[yoffset]; 145 int yoffset, 163 VFilter = vp8_six_tap_mmx[yoffset]; 177 int yoffset, 191 VFilter = vp8_six_tap_mmx[yoffset]; 203 int yoffset, 217 VFilter = vp8_six_tap_mmx[yoffset]; 230 int yoffset, 235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch) [all...] |
variance_ssse3.c | 63 int yoffset, 73 int yoffset, 85 if (xoffset == 4 && yoffset == 0) 92 else if (xoffset == 0 && yoffset == 4) 99 else if (xoffset == 4 && yoffset == 4) 111 xoffset, yoffset, 124 int yoffset, 134 if (xoffset == 4 && yoffset == 0) 141 else if (xoffset == 0 && yoffset == 4) 148 else if (xoffset == 4 && yoffset == 4 [all...] |
variance_sse2.c | 74 int yoffset, 253 int yoffset, 264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset], 277 int yoffset, 286 if (xoffset == 4 && yoffset == 0) 293 else if (xoffset == 0 && yoffset == 4) 300 else if (xoffset == 4 && yoffset == 4) 312 xoffset, yoffset, 325 int yoffset, 338 if (xoffset == 4 && yoffset == 0 [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
vp8_asm_stubs.c | 125 int yoffset, 134 VFilter = vp8_six_tap_mmx[yoffset]; 145 int yoffset, 163 VFilter = vp8_six_tap_mmx[yoffset]; 177 int yoffset, 191 VFilter = vp8_six_tap_mmx[yoffset]; 203 int yoffset, 217 VFilter = vp8_six_tap_mmx[yoffset]; 230 int yoffset, 235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch) [all...] |
variance_ssse3.c | 63 int yoffset, 73 int yoffset, 85 if (xoffset == 4 && yoffset == 0) 92 else if (xoffset == 0 && yoffset == 4) 99 else if (xoffset == 4 && yoffset == 4) 111 xoffset, yoffset, 124 int yoffset, 134 if (xoffset == 4 && yoffset == 0) 141 else if (xoffset == 0 && yoffset == 4) 148 else if (xoffset == 4 && yoffset == 4 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
vp8_asm_stubs.c | 125 int yoffset, 134 VFilter = vp8_six_tap_mmx[yoffset]; 145 int yoffset, 163 VFilter = vp8_six_tap_mmx[yoffset]; 177 int yoffset, 191 VFilter = vp8_six_tap_mmx[yoffset]; 203 int yoffset, 217 VFilter = vp8_six_tap_mmx[yoffset]; 230 int yoffset, 235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch) [all...] |
variance_ssse3.c | 63 int yoffset, 73 int yoffset, 85 if (xoffset == 4 && yoffset == 0) 92 else if (xoffset == 0 && yoffset == 4) 99 else if (xoffset == 4 && yoffset == 4) 111 xoffset, yoffset, 124 int yoffset, 134 if (xoffset == 4 && yoffset == 0) 141 else if (xoffset == 0 && yoffset == 4) 148 else if (xoffset == 4 && yoffset == 4 [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
Image11.h | 41 virtual bool copyToStorage(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height); 42 virtual bool copyToStorage(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height); 43 virtual bool copyToStorage(TextureStorageInterface3D *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); 44 virtual bool copyToStorage(TextureStorageInterface2DArray *storage, int level, GLint xoffset, GLint yoffset, GLint arrayLayer, GLsizei width, GLsizei height); 50 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, 52 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, 55 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
Image9.h | 49 virtual bool copyToStorage(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height); 50 virtual bool copyToStorage(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height); 51 virtual bool copyToStorage(TextureStorageInterface3D *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); 52 virtual bool copyToStorage(TextureStorageInterface2DArray *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height); 54 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, 56 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, 59 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset,GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source); 66 bool copyToSurface(IDirect3DSurface9 *dest, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
|
Blit9.h | 32 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left) 33 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level); 34 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level); 37 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left) 39 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest); 55 bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest); 57 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 25 int yoffset; local 41 yoffset = ystride * (((yheight >> 5) * 16) - 4); 42 src_y = src_ybc->y_buffer + yoffset; 43 dst_y = dst_ybc->y_buffer + yoffset;
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 25 int yoffset; local 41 yoffset = ystride * (((yheight >> 5) * 16) - 4); 42 src_y = src_ybc->y_buffer + yoffset; 43 dst_y = dst_ybc->y_buffer + yoffset;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 25 int yoffset; local 41 yoffset = ystride * (((yheight >> 5) * 16) - 4); 42 src_y = src_ybc->y_buffer + yoffset; 43 dst_y = dst_ybc->y_buffer + yoffset;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Image.h | 51 virtual bool copyToStorage(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0; 52 virtual bool copyToStorage(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0; 53 virtual bool copyToStorage(TextureStorageInterface3D *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) = 0; 54 virtual bool copyToStorage(TextureStorageInterface2DArray *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height) = 0; 58 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, 60 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, 63 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
|