HomeSort by relevance Sort by last modified time
    Searched refs:xy (Results 26 - 50 of 257) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/compiled/
passthroughps.h 19 dcl t0.xy
componentmaskps.h 23 dcl t0.xy
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
passthroughrg2d11ps.h 21 // TEXCOORD 0 xy 1 NONE float xy
33 dcl_input_ps linear v1.xy
37 mov o0.xy, r0.xyxx
passthrough3d11vs.h 12 // POSITION 0 xy 0 NONE float xy
26 dcl_input v0.xy
32 mov o0.xy, v0.xyxx
passthroughdepth2d11ps.h 21 // TEXCOORD 0 xy 1 NONE float xy
33 dcl_input_ps linear v1.xy
passthroughlumalpha2d11ps.h 21 // TEXCOORD 0 xy 1 NONE float xy
33 dcl_input_ps linear v1.xy
passthroughrgba2d11ps.h 21 // TEXCOORD 0 xy 1 NONE float xy
33 dcl_input_ps linear v1.xy
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
InstrumentationUiDevice.java 65 int[] xy = new int[2]; local
66 rootView.getLocationOnScreen(xy);
67 if (xy[0] == 0 && xy[1] == 0) {
72 rect.offset(xy[0], xy[1]);
74 Bitmap.createBitmap(rect.width() + xy[0], rect.height() + xy[1], Config.ARGB_8888);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 15 void NoFilterProc_Scale(const SkBitmapProcState& s, uint32_t xy[],
30 *xy++ = TileProc::Y(s, SkFractionalIntToFixed(fx), maxY);
36 memset(xy, 0, count * sizeof(uint16_t));
43 decal_nofilter_scale(xy, SkFractionalIntToFixed(fx),
52 *xy++ = (a << 16) | b;
54 *xy++ = (b << 16) | a;
59 *xy++ = (a << 16) | b;
61 *xy++ = (b << 16) | a;
64 uint16_t* xx = (uint16_t*)xy;
76 void NoFilterProc_Affine(const SkBitmapProcState& s, uint32_t xy[],
    [all...]
SkBitmapProcState_filter.h 28 int xy = x * y; local
31 int scale = 256 - 16*y - 16*x + xy;
35 scale = 16*x - xy;
39 scale = 16*y - xy;
43 lo += (a11 & mask) * xy;
44 hi += ((a11 >> 8) & mask) * xy;
58 int xy = x * y; local
61 int scale = 256 - 16*y - 16*x + xy;
65 scale = 16*x - xy;
69 scale = 16*y - xy;
    [all...]
SkBitmapProcState_sample.h 29 const uint32_t* SK_RESTRICT xy,
32 const uint32_t* SK_RESTRICT xy,
35 const uint32_t* SK_RESTRICT xy,
38 const uint32_t* SK_RESTRICT xy,
42 const uint32_t* SK_RESTRICT xy,
54 uint32_t XY;
58 XY = *xy++;
59 SkASSERT((XY >> 16) < (unsigned)s.fBitmap->height() &&
60 (XY & 0xFFFF) < (unsigned)s.fBitmap->width())
    [all...]
SkBitmapProcState_matrix.h 29 uint32_t xy[], int count, int x, int y);
31 uint32_t xy[], int count, int x, int y);
33 uint32_t* SK_RESTRICT xy, int count,
51 uint32_t xy[], int count, int x, int y) {
70 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
77 decal_filter_scale(xy, SkFractionalIntToFixed(fx),
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
91 uint32_t xy[], int count, int x, int y) {
113 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, oneY PREAMBLE_ARG_Y);
115 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X)
    [all...]
  /external/clang/test/Sema/
ext_vector_components.c 27 f = vec4.xy.x; // legal, shorten
33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
34 vec2.yx = vec2_2.xy;
36 vec4.xy.w; // expected-error {{vector component access exceeds type 'float2'}}
41 vec4p->yz = vec4p->xy;
  /external/chromium_org/v8/test/webkit/
char-at.js 59 ["xy", "omitted"],
60 ["xy", undefined],
61 ["xy", 0],
62 ["xy", null],
63 ["xy", false],
64 ["xy", true],
65 ["xy", 0.0],
66 ["xy", 0.1],
67 ["xy", 999],
68 ["xy", 1/0]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-srcmod-neg.sh 8 MOV OUT[0].xy, -IN[0]
vert-dp3.sh 11 DP3 TEMP[0].xy, IN[0], IN[0]
vert-dp4.sh 11 DP4 TEMP[0].xy, IN[0], IN[0]
vert-srcmod-absneg.sh 12 MOV OUT[0].xy, -|TEMP[0]|
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-srcmod-neg.sh 8 MOV OUT[0].xy, -IN[0]
vert-dp3.sh 11 DP3 TEMP[0].xy, IN[0], IN[0]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.ps.h 23 // TEXCOORD 0 xy 1 NONE float xy
35 dcl_input_ps linear v1.xy
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11blit.hlsl.ps.h 23 // TEXCOORD 0 xy 1 NONE float xy
35 dcl_input_ps linear v1.xy
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 22 const uint32_t* SK_RESTRICT xy,
27 const uint32_t* SK_RESTRICT xy,
38 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height());
40 xy[0] * s.fBitmap->rowBytes());
51 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1);
113 const uint32_t* SK_RESTRICT xy,
118 const uint32_t* SK_RESTRICT xy,
129 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height());
130 srcAddr = (const uint8_t*)((const char*)srcAddr + xy[0] * s.fBitmap->rowBytes());
137 const uint16_t* xx = (const uint16_t*)(xy + 1)
    [all...]
  /external/clang/test/Analysis/
taint-tester.c 50 struct XYStruct xy = {2, 3, 11}; local
51 scanf("%d", &xy.y);
52 scanf("%d", &xy.x);
53 int tx = xy.x; // expected-warning + {{tainted}}
54 int ty = xy.y; // FIXME: This should be tainted as well.
55 char ntz = xy.z;// no warning
57 scanf("%d %d", &xy.y, &xy.x);
58 int ttx = xy.x; // expected-warning + {{tainted}}
59 int tty = xy.y; // expected-warning + {{tainted}
    [all...]
  /external/compiler-rt/lib/builtins/ppc/
DD.h 19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \
20 (((((xHi)*(yHi) - (xy)) + (xHi)*(yLo)) + (xLo)*(yHi)) + (xLo)*(yLo))

Completed in 2264 milliseconds

12 3 4 5 6 7 8 91011