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

1 2 3

  /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::__anon39230
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
  /external/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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 ) + ';'
  /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...]
  /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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.h 79 struct brw_reg vert[3]; member in struct:brw_sf_compile
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 244 SkPoint* vert = base; local
261 uint16_t currIdx = (uint16_t) (vert - base);
265 *vert = pts[0];
266 vert++;
270 uint16_t prevIdx = (uint16_t)(vert - base) - 1;
274 *(vert++) = pts[1];
278 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1;
282 srcSpaceTolSqd, &vert,
294 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1;
297 srcSpaceTolSqd, &vert,
    [all...]
  /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
  /external/pixman/pixman/
pixman-filter.c 314 pixman_fixed_t *horz = NULL, *vert = NULL, *params = NULL; local
322 vert = create_1d_filter (&height, reconstruct_y, sample_y, sy, subsample_y);
324 if (!horz || !vert)
340 memcpy (params + 4 + width * subsample_x, vert,
345 free (vert);
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 244 SkPoint* vert = base; local
261 uint16_t currIdx = (uint16_t) (vert - base);
265 *vert = pts[0];
266 vert++;
270 uint16_t prevIdx = (uint16_t)(vert - base) - 1;
274 *(vert++) = pts[1];
278 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1;
282 srcSpaceTolSqd, &vert,
294 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1;
297 srcSpaceTolSqd, &vert,
    [all...]
  /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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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;

Completed in 635 milliseconds

1 2 3