/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
3dnow_normal.S | 39 #define STRIDE REGOFF(12, ESI) 127 ADD_L ( STRIDE, EDX ) /* next normal */ 158 ADD_L ( STRIDE, EDX ) /* next normal */ 279 ADD_L ( STRIDE, EDX ) /* next normal */ 323 ADD_L ( STRIDE, EDX ) /* next normal */ 407 ADD_L ( STRIDE, EDX ) /* next normal */ 501 ADD_L ( STRIDE, EDX ) /* next normal */ 570 ADD_L ( STRIDE, EDX) /* next normal */ 658 ADD_L ( STRIDE, EDX ) /* next normal */ 722 ADD_L ( STRIDE, ECX ) /* next normal * [all...] |
sse_normal.S | 43 #define STRIDE REGOFF(12, ESI) 66 MOV_L ( STRIDE, EAX ) /* stride */ 128 MOV_L ( STRIDE, EAX ) /* stride */ 221 MOV_L ( STRIDE, EAX ) /* stride */
|
/external/mesa3d/src/mesa/x86/ |
3dnow_normal.S | 39 #define STRIDE REGOFF(12, ESI) 127 ADD_L ( STRIDE, EDX ) /* next normal */ 158 ADD_L ( STRIDE, EDX ) /* next normal */ 279 ADD_L ( STRIDE, EDX ) /* next normal */ 323 ADD_L ( STRIDE, EDX ) /* next normal */ 407 ADD_L ( STRIDE, EDX ) /* next normal */ 501 ADD_L ( STRIDE, EDX ) /* next normal */ 570 ADD_L ( STRIDE, EDX) /* next normal */ 658 ADD_L ( STRIDE, EDX ) /* next normal */ 722 ADD_L ( STRIDE, ECX ) /* next normal * [all...] |
sse_normal.S | 43 #define STRIDE REGOFF(12, ESI) 66 MOV_L ( STRIDE, EAX ) /* stride */ 128 MOV_L ( STRIDE, EAX ) /* stride */ 221 MOV_L ( STRIDE, EAX ) /* stride */
|
/external/skia/bench/ |
PathUtilsBench.cpp | 16 #define STRIDE 2 29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE); 33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE); 42 char* bits[H * STRIDE]; 61 fillRandomBits(H * STRIDE, (char*) &bits);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CreateBitmap.java | 36 private static final int STRIDE = 64; // must be >= WIDTH 39 int[] colors = new int[STRIDE * HEIGHT]; 46 colors[y * STRIDE + x] = (a << 24) | (r << 16) | (g << 8) | b; 77 mBitmaps[0] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT, 79 mBitmaps[1] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT, 81 mBitmaps[2] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT, 92 mBitmaps[i].setPixels(colors, 0, STRIDE, 0, 0, WIDTH, HEIGHT); 118 canvas.drawBitmap(mColors, 0, STRIDE, 0, 0, WIDTH, HEIGHT, 121 canvas.drawBitmap(mColors, 0, STRIDE, 0, 0, WIDTH, HEIGHT,
|
PurgeableBitmapView.java | 47 private static final int STRIDE = 320; // must be >= WIDTH 59 Bitmap src = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT, 68 int[] colors = new int[STRIDE * HEIGHT]; 75 colors[y * STRIDE + x] = (a << 24) | (r << 16) | (g << 8) | b;
|
MeasureText.java | 34 private static final int STRIDE = 64; // must be >= WIDTH 37 int[] colors = new int[STRIDE * HEIGHT]; 44 colors[y * STRIDE + x] = (a << 24) | (r << 16) | (g << 8) | b;
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_translate.c | 41 GLuint stride, 47 GLuint stride, 53 GLuint stride, 59 GLuint stride, 65 GLuint stride, 71 GLuint stride, 77 GLuint stride, 109 #define STRIDE stride 110 #define NEXT_F f += stride [all...] |
/external/mesa3d/src/mesa/math/ |
m_translate.c | 41 GLuint stride, 47 GLuint stride, 53 GLuint stride, 59 GLuint stride, 65 GLuint stride, 71 GLuint stride, 77 GLuint stride, 109 #define STRIDE stride 110 #define NEXT_F f += stride [all...] |
/hardware/ti/omap4xxx/camera/ |
NV12_resize.c | 8 #define STRIDE 4096 98 ALOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride);
|