HomeSort by relevance Sort by last modified time
    Searched refs:tx (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/include/c/
sk_matrix.h 20 void sk_matrix_set_translate(sk_matrix_t*, float tx, float ty);
21 void sk_matrix_pre_translate(sk_matrix_t*, float tx, float ty);
22 void sk_matrix_post_translate(sk_matrix_t*, float tx, float ty);
  /external/mesa3d/src/gallium/auxiliary/util/
u_staging.c 58 boolean direct, struct util_staging_transfer *tx)
64 pipe_resource_reference(&tx->base.resource, pt);
65 tx->base.level = level;
66 tx->base.usage = usage;
67 tx->base.box = *box;
71 tx->staging_resource = pt;
72 return tx;
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);
77 if (!tx->staging_resource)
79 pipe_resource_reference(&tx->base.resource, NULL)
108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local
    [all...]
u_staging.h 58 boolean direct, struct util_staging_transfer *tx);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 339 struct nvc0_transfer *tx; local
346 tx = CALLOC_STRUCT(nvc0_transfer);
347 if (!tx)
350 pipe_resource_reference(&tx->base.resource, res);
352 tx->base.level = level;
353 tx->base.usage = usage;
354 tx->base.box = *box;
357 tx->nblocksx = box->width << mt->ms_x;
358 tx->nblocksy = box->height << mt->ms_y;
360 tx->nblocksx = util_format_get_nblocksx(res->format, box->width)
412 struct nvc0_transfer *tx = (struct nvc0_transfer *)transfer; local
439 struct nvc0_transfer *tx = (struct nvc0_transfer *)transfer; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
atm_eni.h 24 int tx, rx; member in struct:eni_multipliers
  /development/ndk/platforms/android-21/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /external/kernel-headers/original/uapi/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 259 struct nv50_transfer *tx; local
266 tx = CALLOC_STRUCT(nv50_transfer);
267 if (!tx)
270 pipe_resource_reference(&tx->base.resource, res);
272 tx->base.level = level;
273 tx->base.usage = usage;
274 tx->base.box = *box;
277 tx->nblocksx = box->width << mt->ms_x;
278 tx->nblocksy = box->height << mt->ms_x;
280 tx->nblocksx = util_format_get_nblocksx(res->format, box->width)
331 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local
358 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /external/strace/
time.c 402 } tx; local
404 if (umove(tcp, addr, &tx) < 0)
408 printflags(adjtimex_modes, tx.modes, "ADJ_???");
410 tx.offset, tx.freq, tx.maxerror);
411 tprintf("esterror=%u, status=", tx.esterror);
412 printflags(adjtimex_status, tx.status, "STA_???");
414 tx.constant, tx.precision)
431 struct timex tx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 168 struct nv30_transfer *tx; local
171 tx = CALLOC_STRUCT(nv30_transfer);
172 if (!tx)
174 pipe_resource_reference(&tx->base.resource, pt);
175 tx->base.level = level;
176 tx->base.usage = usage;
177 tx->base.box = *box;
178 tx->base.stride = util_format_get_nblocksx(pt->format, box->width) *
180 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) *
181 tx->base.stride
220 struct nv30_transfer *tx = nv30_transfer(ptx); local
234 struct nv30_transfer *tx = nv30_transfer(ptx); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 40 private TextView tx; field in class:MediaPlayerDemo_Audio
45 tx = new TextView(this);
46 setContentView(tx);
84 tx.setText("Playing audio...");
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ThreadTest.java 57 Transliterator tx = Transliterator.getInstance("Latin-Thai"); local
60 count += tx.transliterate(s).length();
72 final Transliterator tx = Transliterator.getInstance("Any-Latin"); local
77 tx.transliterate("?????????????");
  /external/boringssl/src/crypto/rc4/asm/
rc4-586.pl 67 $tx="ecx";
77 &add (&LB($yy),&LB($tx));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
81 &add ($ty,$tx);
86 &mov ($tx,&DWP(0,$dat,$xx,4));
88 &mov ($tx,&wparam(3)); # reload [re-biased] out
105 &add (&LB($yy),&LB($tx));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
115 &add (&LB($ty),&LB($tx));
117 &mov ($tx,&DWP(0,$dat,@XX[1],4))
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
146 tx + x, ty + y);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 50 double tx[1],ty[1]; local
80 tx[0] = z;
81 n = __kernel_rem_pio2(tx,ty,e0,1,0);
  /system/core/libpixelflinger/
picker.cpp 135 const texture_t& tx = c->state.texture[i]; local
136 if (tx.enable) {
138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT);
139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV);
141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP);
147 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.t_wrap), T_T_WRAP);
149 if (tx.mag_filter == GGL_LINEAR) {
152 if (tx.min_filter == GGL_LINEAR)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 66 double tx[5],ty[3]; local
128 tx[i] = (double)((int32_t)(z));
129 z = (z-tx[i])*two24;
131 tx[4] = z;
133 while(tx[nx-1]==zero) nx--; /* skip zero term */
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>