HomeSort by relevance Sort by last modified time
    Searched defs:ti (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form20t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form21t.java 71 TargetInsn ti = (TargetInsn) insn; local
72 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form22t.java 73 TargetInsn ti = (TargetInsn) insn; local
74 return ti.hasTargetOffset() ? branchFits(ti) : true;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form20t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form21t.java 72 TargetInsn ti = (TargetInsn) insn; local
73 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form22t.java 74 TargetInsn ti = (TargetInsn) insn; local
75 return ti.hasTargetOffset() ? branchFits(ti) : true;
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 139 EGLThreadInfo *ti = getEGLThreadInfo(); local
140 if (ti->hostConn) {
141 return ti->hostConn->m_glEnc;
148 EGLThreadInfo *ti = getEGLThreadInfo(); local
149 if (ti->hostConn) {
150 return ti->hostConn->m_gl2Enc;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_context.c 38 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local
40 return ti->TexFormat == MESA_FORMAT_A8 ||
41 ti->TexFormat == MESA_FORMAT_L8 ||
nouveau_fbo.c 252 get_tex_format(struct gl_texture_image *ti)
254 switch (ti->TexFormat) {
271 struct gl_texture_image *ti = local
285 set_renderbuffer_format(rb, get_tex_format(ti));
286 rb->Width = ti->Width;
287 rb->Height = ti->Height;
288 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
nv10_state_tex.c 90 get_tex_format_pot(struct gl_texture_image *ti)
92 switch (ti->TexFormat) {
131 get_tex_format_rect(struct gl_texture_image *ti)
133 switch (ti->TexFormat) {
162 struct gl_texture_image *ti; local
176 ti = t->Image[0][t->BaseLevel];
185 | ti->HeightLog2 << 20
186 | ti->WidthLog2 << 16
201 tx_format |= get_tex_format_rect(ti);
203 tx_format |= get_tex_format_pot(ti);
    [all...]
nv20_state_tex.c 87 get_tex_format_pot(struct gl_texture_image *ti)
89 switch (ti->TexFormat) {
128 get_tex_format_rect(struct gl_texture_image *ti)
130 switch (ti->TexFormat) {
166 struct gl_texture_image *ti; local
182 ti = t->Image[0][t->BaseLevel];
189 tx_format = ti->DepthLog2 << 28
190 | ti->HeightLog2 << 24
191 | ti->WidthLog2 << 20
213 tx_format |= get_tex_format_rect(ti);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form20t.java 66 TargetInsn ti = (TargetInsn) insn; local
67 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form21t.java 73 TargetInsn ti = (TargetInsn) insn; local
74 return ti.hasTargetOffset() ? branchFits(ti) : true;
Form22t.java 75 TargetInsn ti = (TargetInsn) insn; local
76 return ti.hasTargetOffset() ? branchFits(ti) : true;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.c 38 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local
40 return ti->TexFormat == MESA_FORMAT_A8 ||
41 ti->TexFormat == MESA_FORMAT_L8 ||
nouveau_fbo.c 252 get_tex_format(struct gl_texture_image *ti)
254 switch (ti->TexFormat) {
271 struct gl_texture_image *ti = local
285 set_renderbuffer_format(rb, get_tex_format(ti));
286 rb->Width = ti->Width;
287 rb->Height = ti->Height;
288 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
nv10_state_tex.c 90 get_tex_format_pot(struct gl_texture_image *ti)
92 switch (ti->TexFormat) {
131 get_tex_format_rect(struct gl_texture_image *ti)
133 switch (ti->TexFormat) {
162 struct gl_texture_image *ti; local
176 ti = t->Image[0][t->BaseLevel];
185 | ti->HeightLog2 << 20
186 | ti->WidthLog2 << 16
201 tx_format |= get_tex_format_rect(ti);
203 tx_format |= get_tex_format_pot(ti);
    [all...]
nv20_state_tex.c 87 get_tex_format_pot(struct gl_texture_image *ti)
89 switch (ti->TexFormat) {
128 get_tex_format_rect(struct gl_texture_image *ti)
130 switch (ti->TexFormat) {
166 struct gl_texture_image *ti; local
182 ti = t->Image[0][t->BaseLevel];
189 tx_format = ti->DepthLog2 << 28
190 | ti->HeightLog2 << 24
191 | ti->WidthLog2 << 20
213 tx_format |= get_tex_format_rect(ti);
    [all...]
  /external/chromium_org/chrome_frame/
com_type_info_holder.h 56 ITypeInfo* ti = type_info_.get(); local
57 if (ti)
58 ti->AddRef();
59 return ti;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 80 const std::type_info &ti local
91 const std::type_info &ti local
  /external/pixman/test/
matrix-test.c 85 pixman_transform_t ti; local
91 prng_randmemset (&ti, sizeof(ti), 0);
108 ti.matrix[j][k] >>= prng_rand_n (30);
114 ti.matrix[2][0] = 0;
115 ti.matrix[2][1] = 0;
116 ti.matrix[2][2] = pixman_fixed_1;
125 is_affine = (ti.matrix[2][0] == 0 && ti.matrix[2][1] == 0 &&
126 ti.matrix[2][2] == pixman_fixed_1 &
    [all...]
  /external/qemu/slirp/
tcp_output.c 73 register struct tcpiphdr *ti; local
398 ti = mtod(m, struct tcpiphdr *);
400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr));
424 ti->ti_seq = htonl(tp->snd_nxt);
426 ti->ti_seq = htonl(tp->snd_max);
427 ti->ti_ack = htonl(tp->rcv_nxt);
429 memcpy((caddr_t)(ti + 1), (caddr_t)opt, optlen);
430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
432 ti->ti_flags = flags;
443 ti->ti_win = htons((u_int16_t) (win>>tp->rcv_scale))
    [all...]

Completed in 1162 milliseconds

1 23 4 5 6 7