Searched defs:v_texture (Results 1 - 2 of 2) sorted by path

/external/chromium_org/cc/output/
H A Dshader.cc1312 "v_texture",
1341 uniform SamplerType v_texture; local
1348 float v_unsigned = TextureLookup(v_texture, v_texCoord).x;
1372 "v_texture",
1403 uniform SamplerType v_texture; local
1411 float v_unsigned = TextureLookup(v_texture, v_texCoord).x;
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc177 uniform sampler2D v_texture; local
184 float v_unsigned = texture2D(v_texture, uv_texCoord).x;
317 int vTexLoc = glGetUniformLocationARB(program, "v_texture");

Completed in 277 milliseconds