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

1 2 3 4 5 6

  /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:__anon15301
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:__anon25643
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/
GrOvalRenderer.cpp 357 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
385 // verts of the bounding box that is rendered and the outset ensures the box will cover all
397 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
398 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius);
399 verts[0].fOuterRadius = outerRadius;
400 verts[0].fInnerRadius = innerRadius;
402 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
403 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius);
404 verts[1].fOuterRadius = outerRadius;
405 verts[1].fInnerRadius = innerRadius
513 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
672 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
792 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
    [all...]
GrAAConvexPathRenderer.cpp 318 QuadVertex* verts,
331 // Check whether adding the verts for this segment to the current draw would cause index
340 verts += *v;
348 verts[*v + 0].fPos = sega.endPt();
349 verts[*v + 1].fPos = verts[*v + 0].fPos + sega.endNorm();
350 verts[*v + 2].fPos = verts[*v + 0].fPos + segb.fMid;
351 verts[*v + 3].fPos = verts[*v + 0].fPos + segb.fNorms[0]
622 QuadVertex *verts; local
    [all...]
GrAARectRenderer.cpp 399 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
403 GrPoint* fan0Pos = reinterpret_cast<GrPoint*>(verts);
404 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
458 verts += sizeof(GrPoint);
460 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
482 verts += 4 * vsize;
484 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
556 RectVertex* verts = reinterpret_cast<RectVertex*>(geo.vertices()); local
564 verts[i].fCenter = center;
565 verts[i].fDir = dir
606 AARectVertex* verts = reinterpret_cast<AARectVertex*>(geo.vertices()); local
719 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 357 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
385 // verts of the bounding box that is rendered and the outset ensures the box will cover all
397 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
398 verts[0].fOffset = SkPoint::Make(-outerRadius, -outerRadius);
399 verts[0].fOuterRadius = outerRadius;
400 verts[0].fInnerRadius = innerRadius;
402 verts[1].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
403 verts[1].fOffset = SkPoint::Make(outerRadius, -outerRadius);
404 verts[1].fOuterRadius = outerRadius;
405 verts[1].fInnerRadius = innerRadius
513 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
672 CircleVertex* verts = reinterpret_cast<CircleVertex*>(geo.vertices()); local
792 EllipseVertex* verts = reinterpret_cast<EllipseVertex*>(geo.vertices()); local
    [all...]
GrAAConvexPathRenderer.cpp 318 QuadVertex* verts,
331 // Check whether adding the verts for this segment to the current draw would cause index
340 verts += *v;
348 verts[*v + 0].fPos = sega.endPt();
349 verts[*v + 1].fPos = verts[*v + 0].fPos + sega.endNorm();
350 verts[*v + 2].fPos = verts[*v + 0].fPos + segb.fMid;
351 verts[*v + 3].fPos = verts[*v + 0].fPos + segb.fNorms[0]
622 QuadVertex *verts; local
    [all...]
GrAARectRenderer.cpp 399 intptr_t verts = reinterpret_cast<intptr_t>(geo.vertices()); local
403 GrPoint* fan0Pos = reinterpret_cast<GrPoint*>(verts);
404 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
458 verts += sizeof(GrPoint);
460 *reinterpret_cast<GrColor*>(verts + i * vsize) = 0;
482 verts += 4 * vsize;
484 *reinterpret_cast<GrColor*>(verts + i * vsize) = innerColor;
556 RectVertex* verts = reinterpret_cast<RectVertex*>(geo.vertices()); local
564 verts[i].fCenter = center;
565 verts[i].fDir = dir
606 AARectVertex* verts = reinterpret_cast<AARectVertex*>(geo.vertices()); local
719 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 */
pp_program.c 63 static const float verts[4][2][4] = { local
83 PIPE_USAGE_STATIC, sizeof(verts));
84 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts);
  /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...]
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 243 float verts[8]; local
248 verts[0] = x0; verts[1] = y0;
249 verts[2] = x0; verts[3] = y1;
250 verts[4] = x1; verts[5] = y0;
251 verts[6] = x1; verts[7] = y1;
252 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, verts);
    [all...]

Completed in 393 milliseconds

1 2 3 4 5 6