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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/skia/samplecode/
vertexdump.cpp 10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) {
13 verts[0].set(107, 189);
15 verts[1].set(116, 189);
17 verts[2].set(203, 189);
19 verts[3].set(212, 189);
21 verts[4].set(107, 198);
23 verts[5].set(116, 198);
25 verts[6].set(203, 198);
27 verts[7].set(212, 198)
    [all...]
  /external/skia/samplecode/
vertexdump.cpp 10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) {
13 verts[0].set(107, 189);
15 verts[1].set(116, 189);
17 verts[2].set(203, 189);
19 verts[3].set(212, 189);
21 verts[4].set(107, 198);
23 verts[5].set(116, 198);
25 verts[6].set(203, 198);
27 verts[7].set(212, 198)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_decompose.h 2 char *verts = (char *) vertices; \
draw_pipe.c 178 verts + stride * (i0), \
179 verts + stride * (i1), \
180 verts + stride * (i2) ); \
187 verts + stride * (i0), \
188 verts + stride * (i1) ); \
193 do_point( draw, verts + stride * (i0) ); \
230 draw->pipeline.verts = (char *)vert_info->verts;
262 vert_info->verts,
268 draw->pipeline.verts = NULL
321 char *verts = ((char*)vert_info->verts) + local
    [all...]
draw_pipe_util.c 61 /* This is only used for temporary verts.
125 if (draw->pipeline.verts)
128 char *verts = draw->pipeline.verts; local
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
133 verts += stride;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.h 39 SWvertex *verts; member in struct:__anon19201
ss_triangle.c 118 SWvertex *verts = swsetup->verts; local
119 SWvertex *v0 = &verts[e0];
120 SWvertex *v1 = &verts[e1];
121 SWvertex *v2 = &verts[e2];
216 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local
222 _swrast_Point( ctx, &verts[VB->Elts[i]] );
227 _swrast_Point( ctx, &verts[i] );
233 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_decompose.h 2 char *verts = (char *) vertices; \
draw_pipe.c 178 verts + stride * (i0), \
179 verts + stride * (i1), \
180 verts + stride * (i2) ); \
187 verts + stride * (i0), \
188 verts + stride * (i1) ); \
193 do_point( draw, verts + stride * (i0) ); \
230 draw->pipeline.verts = (char *)vert_info->verts;
262 vert_info->verts,
268 draw->pipeline.verts = NULL
321 char *verts = ((char*)vert_info->verts) + local
    [all...]
draw_pipe_util.c 61 /* This is only used for temporary verts.
125 if (draw->pipeline.verts)
128 char *verts = draw->pipeline.verts; local
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
133 verts += stride;
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.h 39 SWvertex *verts; member in struct:__anon11685
ss_triangle.c 118 SWvertex *verts = swsetup->verts; local
119 SWvertex *v0 = &verts[e0];
120 SWvertex *v1 = &verts[e1];
121 SWvertex *v2 = &verts[e2];
216 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local
222 _swrast_Point( ctx, &verts[VB->Elts[i]] );
227 _swrast_Point( ctx, &verts[i] );
233 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 351 QuadVertex* verts,
364 // Check whether adding the verts for this segment to the current draw would cause index
373 verts += *v;
381 verts[*v + 0].fPos = sega.endPt();
382 verts[*v + 1].fPos = verts[*v + 0].fPos + sega.endNorm();
383 verts[*v + 2].fPos = verts[*v + 0].fPos + segb.fMid;
384 verts[*v + 3].fPos = verts[*v + 0].fPos + segb.fNorms[0]
660 QuadVertex *verts; local
    [all...]
GrOvalRenderer.cpp 552 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
580 // verts of the bounding box that is rendered and the outset ensures the box will cover all
592 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
593 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius);
594 verts[0].fOuterRadius = outerRadius;
595 verts[0].fInnerRadius = innerRadius;
597 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
598 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius);
599 verts[1].fOuterRadius = outerRadius;
600 verts[1].fInnerRadius = innerRadius
712 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
829 DIEllipseVertex* verts = reinterpret_cast<DIEllipseVertex*>(geo.vertices()); local
1059 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
1181 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
    [all...]
GrAARectRenderer.cpp 501 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
504 SkPoint* fan0Pos = reinterpret_cast<SkPoint*>(verts);
505 SkPoint* fan1Pos = reinterpret_cast<SkPoint*>(verts + 4 * vstride);
559 // Make verts point to vertex color and then set all the color and coverage vertex attrs values.
560 verts += sizeof(SkPoint);
563 *reinterpret_cast<GrColor*>(verts + i * vstride) = color;
564 *reinterpret_cast<GrColor*>(verts + i * vstride + sizeof(GrColor)) = 0;
566 *reinterpret_cast<GrColor*>(verts + i * vstride) = 0;
584 verts += 4 * vstride;
587 *reinterpret_cast<GrColor*>(verts + i * vstride) = color
663 RectVertex* verts = reinterpret_cast<RectVertex*>(geo.vertices()); local
711 AARectVertex* verts = reinterpret_cast<AARectVertex*>(geo.vertices()); local
850 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
    [all...]
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 350 QuadVertex* verts,
363 // Check whether adding the verts for this segment to the current draw would cause index
372 verts += *v;
380 verts[*v + 0].fPos = sega.endPt();
381 verts[*v + 1].fPos = verts[*v + 0].fPos + sega.endNorm();
382 verts[*v + 2].fPos = verts[*v + 0].fPos + segb.fMid;
383 verts[*v + 3].fPos = verts[*v + 0].fPos + segb.fNorms[0]
653 QuadVertex *verts; local
    [all...]
GrOvalRenderer.cpp 521 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
550 // verts of the bounding box that is rendered and the outset ensures the box will cover all
562 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
563 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius);
564 verts[0].fOuterRadius = outerRadius;
565 verts[0].fInnerRadius = innerRadius;
567 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
568 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius);
569 verts[1].fOuterRadius = outerRadius;
570 verts[1].fInnerRadius = innerRadius
682 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
801 DIEllipseVertex* verts = reinterpret_cast<DIEllipseVertex*>(geo.vertices()); local
1033 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
1156 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
    [all...]
GrAARectRenderer.cpp 475 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
479 SkPoint* fan0Pos = reinterpret_cast<SkPoint*>(verts);
480 SkPoint* fan1Pos = reinterpret_cast<SkPoint*>(verts + 4 * vsize);
534 verts += sizeof(SkPoint);
536 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
558 verts += 4 * vsize;
560 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
632 RectVertex* verts = reinterpret_cast<RectVertex*>(geo.vertices()); local
640 verts[i].fCenter = center;
641 verts[i].fDir = dir
682 AARectVertex* verts = reinterpret_cast<AARectVertex*>(geo.vertices()); local
819 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Canvas_VertexModeTest.java 41 float[] verts = new float[10]; local
51 verts,
64 verts,
77 verts,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
filters.h 41 unsigned int verts; /* How many are vertex shaders */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
  /external/mesa3d/src/gallium/auxiliary/postprocess/
filters.h 41 unsigned int verts; /* How many are vertex shaders */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 1504 struct vertex verts[4]; local
1591 struct vertex verts[4]; local
1761 struct vertex verts[4]; local
1999 } verts[4]; local
2110 struct vertex verts[4]; local
2364 struct vertex verts[4]; local
2633 struct vertex verts[4]; local
3240 struct vertex verts[4]; local
3613 struct vertex verts[4]; local
3852 struct vertex verts[4]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 1504 struct vertex verts[4]; local
1591 struct vertex verts[4]; local
1761 struct vertex verts[4]; local
1999 } verts[4]; local
2110 struct vertex verts[4]; local
2364 struct vertex verts[4]; local
2633 struct vertex verts[4]; local
3240 struct vertex verts[4]; local
3613 struct vertex verts[4]; local
3852 struct vertex verts[4]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.c 282 float verts[12]; local
290 verts[0] = dst_x_offset;
291 verts[1] = dst_y_offset + reg_height;
292 verts[2] = texcoords[0];
293 verts[3] = texcoords[3];
295 verts[4] = dst_x_offset + reg_width;
296 verts[5] = dst_y_offset + reg_height;
297 verts[6] = texcoords[1];
298 verts[7] = texcoords[3];
300 verts[8] = dst_x_offset + reg_width
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.c 282 float verts[12]; local
290 verts[0] = dst_x_offset;
291 verts[1] = dst_y_offset + reg_height;
292 verts[2] = texcoords[0];
293 verts[3] = texcoords[3];
295 verts[4] = dst_x_offset + reg_width;
296 verts[5] = dst_y_offset + reg_height;
297 verts[6] = texcoords[1];
298 verts[7] = texcoords[3];
300 verts[8] = dst_x_offset + reg_width
    [all...]

Completed in 365 milliseconds

1 2 3 4 5 6 7