HomeSort by relevance Sort by last modified time
    Searched full:vert (Results 51 - 75 of 418) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
LightScattering.j3md 17 VertexShader GLSL150: Common/MatDefs/Post/LightScattering15.vert
31 VertexShader GLSL120: Common/MatDefs/Post/LightScattering.vert
  /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/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...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
SolidColor.j3md 15 VertexShader GLSL100: Common/MatDefs/Misc/Unshaded.vert
32 VertexShader GLSL100: Common/MatDefs/Misc/Unshaded.vert
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
PostShadowPSSM.j3md 24 VertexShader GLSL150: Common/MatDefs/Shadow/PostShadowPSSM.vert
44 VertexShader GLSL100: Common/MatDefs/Shadow/PostShadowPSSM.vert
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/SSAO/
ssao.j3md 20 VertexShader GLSL150: Common/MatDefs/Post/Post15.vert
36 VertexShader GLSL120: Common/MatDefs/Post/Post.vert
ssaoBlur.j3md 17 VertexShader GLSL150: Common/MatDefs/Post/Post15.vert
35 VertexShader GLSL120: Common/MatDefs/Post/Post.vert
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-abs.sh 0 VERT
vert-cb-1d.sh 0 VERT
vert-dp3.sh 0 VERT
vert-dp4.sh 0 VERT
vert-ex2.sh 0 VERT
vert-frc.sh 0 VERT
vert-lg2.sh 0 VERT
vert-lrp.sh 0 VERT
vert-mad.sh 0 VERT
vert-rcp.sh 0 VERT
vert-rsq.sh 0 VERT
vert-sge.sh 0 VERT
vert-slt.sh 0 VERT
vert-srcmod-abs.sh 0 VERT

Completed in 257 milliseconds

1 23 4 5 6 7 8 91011>>