Searched defs:y_texture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc175 uniform sampler2D y_texture; local
182 float y_raw = texture2D(y_texture, y_texCoord).x;
307 int yTexLoc = glGetUniformLocationARB(program, "y_texture");
/external/chromium_org/cc/output/
H A Dshader.cc1311 "y_texture",
1340 uniform SamplerType y_texture; local
1347 float y_raw = TextureLookup(y_texture, v_texCoord).x;
1371 "y_texture",
1402 uniform SamplerType y_texture; local
1410 float y_raw = TextureLookup(y_texture, v_texCoord).x;

Completed in 77 milliseconds