HomeSort by relevance Sort by last modified time
    Searched defs:vert (Results 1 - 25 of 49) 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::__anon40597
  /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/gm/
bigrect.cpp 33 SkRect vert = SkRect::MakeLTRB(5, -big, 10, big); local
34 canvas->drawRect(vert, rectPaint);
  /external/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
SkOTTable_EBLC.h 50 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 ????*/
  /packages/apps/Gallery2/jni/filters/
geometry.c 57 int vert = (flip & 2) != 0; local
58 if (horiz && vert){
70 if (vert){
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 99 def vert( intype, outtype, v0 ): function
106 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
107 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
u_indices_gen.py 116 def vert( intype, outtype, v0 ): function
123 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
126 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
127 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
130 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
131 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
132 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
135 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
136 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
137 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';
    [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 420 uint vert; local
421 for (vert = 0; vert < ctx->implied_array_size; ++vert) {
423 fill_scan_register2d(reg, file, i, vert);
428 uint vert; local
429 for (vert = 0; vert < ctx->implied_out_array_size; ++vert) {
431 fill_scan_register2d(reg, file, i, vert);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 80 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 588 void *vert )
595 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
660 char *vert = output_buffer; local
664 generic_run_one(tg, *elts++, start_instance, instance_id, vert);
665 vert += tg->translate.key.output_stride;
677 char *vert = output_buffer; local
681 generic_run_one(tg, *elts++, start_instance, instance_id, vert);
682 vert += tg->translate.key.output_stride;
694 char *vert = output_buffer; local
698 generic_run_one(tg, *elts++, start_instance, instance_id, vert);
711 char *vert = output_buffer; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/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;
94 delete[] vert;
143 nw = vert[w];
172 nw = &BasicBlock::get(vert[DOM(v)])->dom;
173 nv = &BasicBlock::get(vert[v])->dom;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 356 uint32_t vert[MAX_NUM_VERTS_PER_PRIM]; member in struct:PA_STATE_CUT
359 int32_t adjExtraVert{ 0 }; // extra vert uses for tristrip w/ adj
361 typedef void(PA_STATE_CUT::* PFN_PA_FUNC)(uint32_t vert, bool finish);
362 PFN_PA_FUNC pfnPa{ nullptr }; // per-topology function that processes a single vert
626 this->vert[this->curIndex] = index;
631 this->indices[0][this->numPrimsAssembled] = this->vert[0];
634 this->indices[1][this->numPrimsAssembled] = this->vert[2];
635 this->indices[2][this->numPrimsAssembled] = this->vert[1];
639 this->indices[1][this->numPrimsAssembled] = this->vert[1];
640 this->indices[2][this->numPrimsAssembled] = this->vert[2]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 316 debug_printf(" Vert %d: clip pos: %f %f %f %f\n", j,
322 debug_printf(" Vert %d: cv: %f %f %f %f\n", j,
329 debug_printf(" Vert %d: Attr %d: %f %f %f %f\n", j, k,
357 struct vertex_header *vert,
365 dp = dot4(vert->clip_pos, plane);
372 dp = vert->data[draw_current_shader_ccdistance_output(clipper->stage.draw, cdi)][vidx];
379 dp = dot4(vert->data[clipper->cv_attr], plane);
382 dp = dot4(vert->clip_pos, plane);
481 struct vertex_header *vert = inlist[i]; local
484 float dp = getclipdist(clipper, vert, plane_idx)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 248 final double vert = Math.max(getHeight() - y, y); local
249 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/gallium/drivers/ilo/shader/
ilo_shader_gs.c 930 int vert, attr; local
932 for (vert = 0; vert < gcc->out_vue_min_count; vert++) {
935 tsrc_offset(gcc->payload.vues[vert], attr / 2, (attr % 2) * 4));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 375 #define VERT(x) (radeonVertex *)(r200verts + ((x) * vertsize * sizeof(int)))
533 r200_point( rmesa, VERT(start) )
535 r200_line( rmesa, VERT(v0), VERT(v1) )
537 r200_triangle( rmesa, VERT(v0), VERT(v1), VERT(v2) )
539 r200_quad( rmesa, VERT(v0), VERT(v1), VERT(v2), VERT(v3)
761 radeonVertex vert; local
    [all...]
  /external/skia/tools/viewer/
Viewer.cpp 1197 const ImDrawVert& vert = drawList->VtxBuffer[i]; local
    [all...]

Completed in 4086 milliseconds

1 2