HomeSort by relevance Sort by last modified time
    Searched defs:vert (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 46 LinearLayout vert = new LinearLayout(mContext); local
47 vert.addView(new CreateViewTest.ViewOne(mContext),
53 LinearLayout vert = new LinearLayout(mContext); local
56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
59 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
65 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
85 LinearLayout vert = new LinearLayout(mContext) local
91 LinearLayout vert = new LinearLayout(mContext); local
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly.h 40 Poly_vert vert[POLY_NMAX]; /* vertices */ member in struct:android::__anon28101
  /external/harfbuzz_ng/util/
view-cairo.cc 36 int vert = vertical ? 1 : 0; local
93 cairo_translate (cr, +vert * leading, -horiz * leading);
98 cairo_translate (cr, -vert * leading, +horiz * leading);
  /external/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
SkOTTable_EBLC.h 51 SbitLineMetrics vert; //line metrics for text rendered vertically member in struct:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable
  /external/libavc/encoder/arm/
ih264e_evaluate_intra4x4_modes_a9q.s 153 vert: label
154 ands r10, r8, #01 @VERT sad ??
165 vmov.u32 r9, d28[0] @ vert
234 ands r10, r8, #504 @/* if modes other than VERT, HORZ and DC are valid ????*/
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 109 uint vert; local
110 for (vert = 0; vert < max_vertices; vert++) {
114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]);
116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0];
117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1];
118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2];
119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3];
134 uint vert; local
    [all...]
draw_pipe_clip.c 247 debug_printf(" Vert %d: Attr %d: %f %f %f %f\n", j, k,
276 struct vertex_header *vert,
281 if (vert->have_clipdist && plane_idx >= 6) {
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
348 struct vertex_header *vert = inlist[i]; local
351 float dp = getclipdist(clipper, vert, plane_idx);
382 interp( clipper, new_vert, t, vert, vert_prev );
384 /* Whether or not to set edge flag for the new vert depends
403 interp( clipper, new_vert, t, vert_prev, vert );
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 95 def vert( intype, outtype, v0 ): function
102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
103 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
u_indices_gen.py 106 def vert( intype, outtype, v0 ): function
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
122 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
  /packages/apps/Gallery2/jni/filters/
geometry.c 53 int vert = (flip & 2) != 0; local
54 if (horiz && vert){
66 if (vert){
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 126 std::ostringstream vert, frag; local
128 vert << "#version 300 es\n"
135 vert << "in highp int a_iterCount;\n";
138 vert << "flat out highp int v_iterCount;\n";
143 (isVertCase ? vert : frag) << "uniform highp int u_iterCount;\n";
147 vert << "out mediump vec4 v_color;\n";
153 vert << "\nvoid main (void)\n{\n"
158 vert << " v_iterCount = a_iterCount;\n";
167 std::ostringstream& op = isVertCase ? vert : frag;
197 vert << " v_color = color;\n"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 415 uint vert; local
416 for (vert = 0; vert < ctx->implied_array_size; ++vert) {
418 fill_scan_register2d(reg, file, i, vert);
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 73 float *vert;
76 vert = ptr_to_vertex(poly->data, i);
77 debug_printf("%f, %f, ", vert[0], vert[1]);
145 float *vert; local
153 vert = ptr_to_vertex(p->data, p->num_verts);
154 vert[0] = x;
155 vert[1] = y;
163 float *vert; local
170 vert = ptr_to_vertex(p->data, idx)
179 float *vert; local
196 float *vert = ptr_to_vertex(p->data, 0); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 79 struct brw_reg vert[3]; member in struct:brw_sf_compile
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 97 int vert; member in struct:viddec_mpeg2_frame_center_offset
  /hardware/libhardware/tests/hwc/
util.c 76 GLuint vert, frag, prog; local
79 if (!(vert = load_shader(GL_VERTEX_SHADER, vert_src)))
86 glAttachShader(prog, vert);
108 glDeleteShader(vert);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 611 void *vert )
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
681 char *vert = output_buffer; local
685 generic_run_one(tg, *elts++, instance_id, vert);
686 vert += tg->translate.key.output_stride;
697 char *vert = output_buffer; local
701 generic_run_one(tg, *elts++, instance_id, vert);
702 vert += tg->translate.key.output_stride;
713 char *vert = output_buffer; local
717 generic_run_one(tg, *elts++, instance_id, vert);
729 char *vert = output_buffer; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 54 Node **vert; member in class:nv50_ir::DominatorTree
81 vert = new Node * [count];
85 vert[i] = reinterpret_cast<Node *>(it->get());
86 vert[i]->tag = i;
93 delete[] vert;
142 nw = vert[w];
171 nw = &BasicBlock::get(vert[DOM(v)])->dom;;
172 nv = &BasicBlock::get(vert[v])->dom;
  /external/opencv3/modules/photo/src/
npr.hpp 58 Mat ct_H, ct_V, horiz, vert, O, O_t, lower_idx, upper_idx; member in class:Domain_Filter
435 vert = Mat(h,w,CV_32FC1);
444 vert = 1.0f + tempy;
468 ct_V.at<float>(0,j) = vert.at<float>(0,j);
471 ct_V.at<float>(i,j) = vert.at<float>(i,j) + ct_V.at<float>(i-1,j);
489 Mat vert_t = vert.t();
  /external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp 195 static inline void add_quad(SkPoint** vert, const SkPoint* base, const SkPoint pts[],
199 uint16_t firstQPtIdx = (uint16_t)(*vert - base) - 1 + offset;
203 srcSpaceTolSqd, vert,
446 SkPoint* vert = base; local
461 uint16_t currIdx = (uint16_t) (vert - base) + vertexOffsetU16;
465 *vert = pts[0];
466 vert++;
470 uint16_t prevIdx = (uint16_t)(vert - base) - 1 + vertexOffsetU16;
474 *(vert++) = pts[1];
483 add_quad(&vert, base, quadPts + i*2, srcSpaceTolSqd, srcSpaceTol
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 406 final double vert = Math.max(getHeight() - y, y); local
407 final float r = (float) Math.hypot(horz, vert);
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 297 short vert; member in struct:_PSB_MVvalue
303 MVector[0].vert = mb_param->PMV[0][0][1]; \
306 MVector[1].vert = mb_param->PMV[0][1][1]; \
309 MVector[2].vert = mb_param->PMV[1][0][1]; \
312 MVector[3].vert = mb_param->PMV[1][1][1]; \
345 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_Y, MVector[0].vert << 1);
352 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_Y, MVector[1].vert << 1);
369 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_Y, MVector[0].vert);
380 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_Y, MVector[1].vert << 1);
382 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_Y, MVector[1].vert);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 453 std::ostringstream vert; local
455 std::ostringstream& op = isVtxCase ? vert : frag;
457 vert << "attribute highp vec4 a_position;\n"
461 vert << "attribute " << coordPrecName << " float a_in1;\n";
465 vert << "varying mediump vec4 v_color;\n";
470 vert << "varying " << coordPrecName << " " << coordTypeName << " v_texCoord;\n";
475 vert << "varying " << coordPrecName << " float v_lodBias;\n";
483 vert << "\nvoid main()\n{\n"
488 vert << "\tv_color = ";
510 vert << "\tv_texCoord = a_in0;\n"
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 374 #define VERT(x) (radeonVertex *)(r200verts + ((x) * vertsize * sizeof(int)))
532 r200_point( rmesa, VERT(start) )
534 r200_line( rmesa, VERT(v0), VERT(v1) )
536 r200_triangle( rmesa, VERT(v0), VERT(v1), VERT(v2) )
538 r200_quad( rmesa, VERT(v0), VERT(v1), VERT(v2), VERT(v3)
753 radeonVertex vert; local
    [all...]

Completed in 438 milliseconds

1 2