Searched defs:verts (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/skia/samplecode/
H A Dvertexdump.cpp10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { argument
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[
[all...]
/external/skia/samplecode/
H A Dvertexdump.cpp10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { argument
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[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.c63 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);
H A Dfilters.h41 unsigned int verts; /* How many are vertex shaders */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
H A Dpostprocess.h60 unsigned int *verts; member in struct:pp_queue_t
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c63 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);
H A Dfilters.h41 unsigned int verts; /* How many are vertex shaders */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
H A Dpostprocess.h60 unsigned int *verts; member in struct:pp_queue_t
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_context.h39 SWvertex *verts; member in struct:__anon14583
H A Dss_triangle.c118 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 local
[all...]
H A Dss_tritmp.h37 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; local
47 v[0] = &verts[e0];
48 v[1] = &verts[e1];
49 v[2] = &verts[e2];
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.h39 SWvertex *verts; member in struct:__anon27994
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c61 /* 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;
H A Ddraw_pipe.c178 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
321 char *verts = ((char*)vert_info->verts) + local
[all...]
H A Ddraw_pt_fetch.c153 char *verts)
172 verts );
180 char *verts)
199 verts );
150 draw_pt_fetch_run(struct pt_fetch *fetch, const unsigned *elts, unsigned count, char *verts) argument
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, unsigned start, unsigned count, char *verts) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c61 /* 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;
H A Ddraw_pipe.c178 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
321 char *verts = ((char*)vert_info->verts) + local
[all...]
H A Ddraw_pt_fetch.c153 char *verts)
172 verts );
180 char *verts)
199 verts );
150 draw_pt_fetch_run(struct pt_fetch *fetch, const unsigned *elts, unsigned count, char *verts) argument
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, unsigned start, unsigned count, char *verts) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkMeshUtils.cpp89 int rows, int cols, const SkPoint verts[],
99 rows * cols, verts, idx.tex(), colors, NULL,
88 Draw(SkCanvas* canvas, const SkBitmap& bitmap, int rows, int cols, const SkPoint verts[], const SkColor colors[], const SkPaint& paint) argument
H A DSkBoundaryPatch.cpp44 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) { argument
55 *verts++ = this->eval(x * invR, yy);
/external/skia/src/utils/
H A DSkMeshUtils.cpp89 int rows, int cols, const SkPoint verts[],
99 rows * cols, verts, idx.tex(), colors, NULL,
88 Draw(SkCanvas* canvas, const SkBitmap& bitmap, int rows, int cols, const SkPoint verts[], const SkColor colors[], const SkPaint& paint) argument
H A DSkBoundaryPatch.cpp44 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) { argument
55 *verts++ = this->eval(x * invR, yy);
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyeffect.cpp140 SkPoint verts[4]; variable
145 bounds.toQuad(verts);
147 tt.target()->setVertexSourceToArray(verts, 4);
194 SkPoint verts[4]; variable
197 bounds.toQuad(verts);
199 tt.target()->setVertexSourceToArray(verts, 4);
/external/skia/gm/
H A Dconvexpolyeffect.cpp147 SkPoint verts[4]; variable
152 bounds.toQuad(verts);
154 tt.target()->setVertexSourceToArray(verts, 4);
202 SkPoint verts[4]; variable
205 bounds.toQuad(verts);
207 tt.target()->setVertexSourceToArray(verts, 4);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dtex-srgb.c56 set_vertices(struct vertex *verts, unsigned num_verts) argument
79 verts);

Completed in 878 milliseconds

1234