Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:vec2

38     varying vec2 texture_coord;
48 varying vec2 texture_coord;
105 varying vec2 texture_coord0;
106 varying vec2 texture_coord1;
107 varying vec2 texture_coord2;
108 varying vec2 texture_coord3;
112 vec2 texcoord_base = gl_MultiTexCoord0.xy;
113 vec2 one_texel_x = vec2(texel_scale_x_, 0.0);
128 varying vec2 texture_coord0;
129 varying vec2 texture_coord1;
130 varying vec2 texture_coord2;
131 varying vec2 texture_coord3;
151 vec2 uu = vec2(dot(blended_pixel0, rgb_to_u),
153 vec2 vv = vec2(dot(blended_pixel0, rgb_to_v),
168 varying vec2 texture_coord0;
169 varying vec2 texture_coord1;
173 vec2 texcoord_base = gl_MultiTexCoord0.xy;
174 texture_coord0 = texcoord_base - vec2(0.5, 0.0);
175 texture_coord1 = texcoord_base + vec2(0.5, 0.0);
181 varying vec2 texture_coord0;
182 varying vec2 texture_coord1;