/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs_ppc.c | 109 uint vert; local 110 for (vert = 0; vert < max_vertices; vert++) { 114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]); 116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0]; 117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1]; 118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2]; 119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3]; 134 uint vert; local [all...] |
draw_pipe.h | 62 struct vertex_header **tmp; /**< temp vert storage, such as for clipping */ 109 * \param vert the vertex to copy (source) 115 const struct vertex_header *vert, 121 memcpy(tmp, vert, vsize);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_ppc.c | 109 uint vert; local 110 for (vert = 0; vert < max_vertices; vert++) { 114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]); 116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0]; 117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1]; 118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2]; 119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3]; 134 uint vert; local [all...] |
draw_pipe.h | 62 struct vertex_header **tmp; /**< temp vert storage, such as for clipping */ 109 * \param vert the vertex to copy (source) 115 const struct vertex_header *vert, 121 memcpy(tmp, vert, vsize);
|
/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::__anon30027
|
poly_clip.cpp | 39 #define COORD(vert, i) ((float *)(vert))[i] 70 /* start with u=vert[n-1], v=vert[0] */ 71 u = &p->vert[p->n-1]; 73 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) { 82 wp = (float *)&q->vert[q->n].sx; 89 q->vert[q->n++] = *v; 115 for (v=p1->vert, i=p1->n; i>0; i--, v++) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_points.c | 55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) 61 size = vert->pointSize; 83 sprite_point(struct gl_context *ctx, const SWvertex *vert) 92 CULL_INVALID(vert); 96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F); 98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F); 101 size = get_size(ctx, vert, GL_FALSE); 109 span.red = ChanToFixed(vert->color[0]); 110 span.green = ChanToFixed(vert->color[1]); 111 span.blue = ChanToFixed(vert->color[2]) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_points.c | 55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) 61 size = vert->pointSize; 83 sprite_point(struct gl_context *ctx, const SWvertex *vert) 92 CULL_INVALID(vert); 96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F); 98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F); 101 size = get_size(ctx, vert, GL_FALSE); 109 span.red = ChanToFixed(vert->color[0]); 110 span.green = ChanToFixed(vert->color[1]); 111 span.blue = ChanToFixed(vert->color[2]) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
polygon.c | 73 float *vert; 76 vert = ptr_to_vertex(poly->data, i); 77 debug_printf("%f, %f, ", vert[0], vert[1]); 145 float *vert; local 153 vert = ptr_to_vertex(p->data, p->num_verts); 154 vert[0] = x; 155 vert[1] = y; 163 float *vert; local 170 vert = ptr_to_vertex(p->data, idx) 179 float *vert; local 196 float *vert = ptr_to_vertex(p->data, 0); local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
polygon.c | 73 float *vert; 76 vert = ptr_to_vertex(poly->data, i); 77 debug_printf("%f, %f, ", vert[0], vert[1]); 145 float *vert; local 153 vert = ptr_to_vertex(p->data, p->num_verts); 154 vert[0] = x; 155 vert[1] = y; 163 float *vert; local 170 vert = ptr_to_vertex(p->data, idx) 179 float *vert; local 196 float *vert = ptr_to_vertex(p->data, 0); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_sf_emit.c | 62 struct brw_reg vert, 70 return brw_vec4_grf(vert.nr + off, sub * 4); 83 struct brw_reg vert ) 92 get_vert_result(c, vert, VERT_RESULT_COL0+i), 93 get_vert_result(c, vert, VERT_RESULT_BFC0+i)); 126 case 3: copy_bfc(c, c->vert[2]); 127 case 2: copy_bfc(c, c->vert[1]); 128 case 1: copy_bfc(c, c->vert[0]); 189 copy_colors(c, c->vert[1], c->vert[0]) [all...] |
brw_sf.h | 79 struct brw_reg vert[3]; member in struct:brw_sf_compile
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf_emit.c | 62 struct brw_reg vert, 70 return brw_vec4_grf(vert.nr + off, sub * 4); 83 struct brw_reg vert ) 92 get_vert_result(c, vert, VERT_RESULT_COL0+i), 93 get_vert_result(c, vert, VERT_RESULT_BFC0+i)); 126 case 3: copy_bfc(c, c->vert[2]); 127 case 2: copy_bfc(c, c->vert[1]); 128 case 1: copy_bfc(c, c->vert[0]); 189 copy_colors(c, c->vert[1], c->vert[0]) [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDefaultPathRenderer.cpp | 246 GrPoint* vert = base; local 263 uint16_t currIdx = (uint16_t) (vert - base); 267 *vert = pts[0]; 268 vert++; 272 uint16_t prevIdx = (uint16_t)(vert - base) - 1; 276 *(vert++) = pts[1]; 280 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1; 284 srcSpaceTolSqd, &vert, 296 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1; 299 srcSpaceTolSqd, &vert, [all...] |
GrAAHairLinePathRenderer.cpp | 642 BezierVertex** vert, 644 bloat_quad(p, toDevice, toSrc, *vert, devBounds); 645 set_conic_coeffs(p, *vert, weight); 646 *vert += kVertsPerQuad; 653 BezierVertex** vert, 659 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds); 660 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds); 662 bloat_quad(p, toDevice, toSrc, *vert, devBounds); 663 set_uv_quad(p, *vert); 664 *vert += kVertsPerQuad [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTree.java | 85 int vert = ib.get(i) * 3; local 86 pointData[p++] = vb.get(vert++); 87 pointData[p++] = vb.get(vert++); 88 pointData[p++] = vb.get(vert); 90 vert = ib.get(i + 1) * 3; 91 pointData[p++] = vb.get(vert++); 92 pointData[p++] = vb.get(vert++); 93 pointData[p++] = vb.get(vert); 95 vert = ib.get(i + 2) * 3; 96 pointData[p++] = vb.get(vert++) [all...] |
/external/skia/src/gpu/ |
GrDefaultPathRenderer.cpp | 246 GrPoint* vert = base; local 263 uint16_t currIdx = (uint16_t) (vert - base); 267 *vert = pts[0]; 268 vert++; 272 uint16_t prevIdx = (uint16_t)(vert - base) - 1; 276 *(vert++) = pts[1]; 280 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1; 284 srcSpaceTolSqd, &vert, 296 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1; 299 srcSpaceTolSqd, &vert, [all...] |
GrAAHairLinePathRenderer.cpp | 642 BezierVertex** vert, 644 bloat_quad(p, toDevice, toSrc, *vert, devBounds); 645 set_conic_coeffs(p, *vert, weight); 646 *vert += kVertsPerQuad; 653 BezierVertex** vert, 659 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds); 660 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds); 662 bloat_quad(p, toDevice, toSrc, *vert, devBounds); 663 set_uv_quad(p, *vert); 664 *vert += kVertsPerQuad [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 106 def vert( intype, outtype, v0 ): function 113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 122 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
|
u_unfilled_gen.py | 95 def vert( intype, outtype, v0 ): function 102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 103 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 106 def vert( intype, outtype, v0 ): function 113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 122 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
|
u_unfilled_gen.py | 95 def vert( intype, outtype, v0 ): function 102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 103 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
|
/external/pixman/pixman/ |
pixman-filter.c | 314 pixman_fixed_t *horz = NULL, *vert = NULL, *params = NULL; local 322 vert = create_1d_filter (&height, reconstruct_y, sample_y, sy, subsample_y); 324 if (!horz || !vert) 340 memcpy (params + 4 + width * subsample_x, vert, 345 free (vert);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
StripBox.java | 152 Vector3f[] vert = computeVertices(); local 156 norm.set(vert[i]).normalizeLocal();
|