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

1 2 3 4 5

  /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...]
  /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...]
  /frameworks/base/core/jni/android/opengl/
poly.h 40 Poly_vert vert[POLY_NMAX]; /* vertices */ member in struct:android::__anon45619
poly_clip.cpp 39 #define COORD(vert, i) ((float *)(vert))[i]
69 /* start with u=vert[n-1], v=vert[0] */
70 u = &p->vert[p->n-1];
72 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) {
81 wp = (float *)&q->vert[q->n].sx;
88 q->vert[q->n++] = *v;
114 for (v=p1->vert, i=p1->n; i>0; i--, v++) {
  /external/mesa3d/src/mesa/swrast/
s_points.c 54 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed)
60 size = vert->pointSize;
82 sprite_point(struct gl_context *ctx, const SWvertex *vert)
91 CULL_INVALID(vert);
95 span.z = FloatToFixed(vert->attrib[VARYING_SLOT_POS][2] + 0.5F);
97 span.z = (GLuint) (vert->attrib[VARYING_SLOT_POS][2] + 0.5F);
100 size = get_size(ctx, vert, GL_FALSE);
108 span.red = ChanToFixed(vert->color[0]);
109 span.green = ChanToFixed(vert->color[1]);
110 span.blue = ChanToFixed(vert->color[2])
    [all...]
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 28 ( cd ..; python3 glsl-to-spirv Smoke.vert Smoke.vert.h ${glslang} )
29 ( cd ..; python3 glsl-to-spirv Smoke.push_constant.vert Smoke.push_constant.vert.h ${glslang} )
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
rasterize.rs 23 float vert[3 * 8];
85 f1.x = vert[p1];
86 f1.y = vert[p1 + 1];
87 f1.z = vert[p1 + 2];
88 f2.x = vert[p2];
89 f2.y = vert[p2 + 1];
90 f2.z = vert[p2 + 2];
91 f3.x = vert[p3];
92 f3.y = vert[p3 + 1];
93 f3.z = vert[p3 + 2]
    [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/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
  /external/skqp/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_emit.c 70 struct brw_reg vert,
76 return brw_vec4_grf(vert.nr + off, sub * 4);
83 struct brw_reg vert,
88 return get_vue_slot(c, vert, vue_slot);
101 struct brw_reg vert )
110 get_varying(c, vert, VARYING_SLOT_COL0+i),
111 get_varying(c, vert, VARYING_SLOT_BFC0+i));
143 case 3: copy_bfc(c, c->vert[2]);
144 case 2: copy_bfc(c, c->vert[1]);
145 case 1: copy_bfc(c, c->vert[0])
    [all...]
brw_sf.h 80 struct brw_reg vert[3]; member in struct:brw_sf_compile
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 614 BezierVertex** vert) {
615 bloat_quad(p, toDevice, toSrc, *vert);
616 set_conic_coeffs(p, *vert, weight);
617 *vert += kQuadNumVertices;
624 BezierVertex** vert) {
629 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert);
630 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert);
632 bloat_quad(p, toDevice, toSrc, *vert);
633 set_uv_quad(p, *vert);
634 *vert += kQuadNumVertices
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 614 BezierVertex** vert) {
615 bloat_quad(p, toDevice, toSrc, *vert);
616 set_conic_coeffs(p, *vert, weight);
617 *vert += kQuadNumVertices;
624 BezierVertex** vert) {
629 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert);
630 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert);
632 bloat_quad(p, toDevice, toSrc, *vert);
633 set_uv_quad(p, *vert);
634 *vert += kQuadNumVertices
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_frame_attr.c 29 attr->mpeg2.frame_center_offset[index].vert);
45 attrs->mpeg2.frame_center_offset[index].vert = 0;
106 attrs->mpeg2.frame_center_offset[index].vert = parser->info.pic_disp_ext.frame_center_vertical_offset[index];
  /external/mesa3d/src/gallium/auxiliary/indices/
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/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 63 struct vertex_header **tmp; /**< temp vert storage, such as for clipping */
114 * \param vert the vertex to copy (source)
120 const struct vertex_header *vert,
126 memcpy(tmp, vert, vsize);
  /external/pdfium/core/fpdfapi/font/
cpdf_cmap.h 68 void SetVertical(bool vert) { m_bVertical = vert; }
  /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/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/tools/viewer/
ImGuiLayer.cpp 121 const ImDrawVert& vert = drawList->VtxBuffer[i]; local
122 pos.push(SkPoint::Make(vert.pos.x, vert.pos.y));
123 uv.push(SkPoint::Make(vert.uv.x, vert.uv.y));
124 color.push(vert.col);
  /external/skqp/tools/viewer/
ImGuiLayer.cpp 121 const ImDrawVert& vert = drawList->VtxBuffer[i]; local
122 pos.push(SkPoint::Make(vert.pos.x, vert.pos.y));
123 uv.push(SkPoint::Make(vert.uv.x, vert.uv.y));
124 color.push(vert.col);
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_asm_stubs.c 63 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , sse2);
144 HIGH_FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , sse2);
  /external/skia/gm/
bigrect.cpp 33 SkRect vert = SkRect::MakeLTRB(5, -big, 10, big); local
34 canvas->drawRect(vert, rectPaint);
  /external/skqp/gm/
bigrect.cpp 33 SkRect vert = SkRect::MakeLTRB(5, -big, 10, big); local
34 canvas->drawRect(vert, rectPaint);

Completed in 1127 milliseconds

1 2 3 4 5