Searched refs:u_texture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
H A Dcompressed_texture_test.cc172 uniform sampler2D u_texture;
175 gl_FragColor = texture2D(u_texture, v_texcoord);
212 GLint texture_loc = glGetUniformLocation(program, "u_texture");
H A Dgl_depth_texture_unittest.cc88 uniform sampler2D u_texture;
93 gl_FragColor = texture2D(u_texture, texcoord);
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc176 uniform sampler2D u_texture; local
183 float u_unsigned = texture2D(u_texture, uv_texCoord).x;
312 int uTexLoc = glGetUniformLocationARB(program, "u_texture");
/external/chromium_org/cc/output/
H A Dshader.cc1369 "u_texture",
1399 uniform sampler2D u_texture; local
1406 float u_unsigned = texture2D(u_texture, v_texCoord).x;
1431 "u_texture",
1463 uniform sampler2D u_texture; local
1471 float u_unsigned = texture2D(u_texture, v_texCoord).x;

Completed in 126 milliseconds