HomeSort by relevance Sort by last modified time
    Searched full:y_texture (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 175 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/ppapi/examples/video_capture/
video_capture.cc 336 "uniform sampler2D y_texture; \n"
343 " yuv.x = texture2D(y_texture, v_texCoord).r; \n"
367 context, gles2_if_->GetUniformLocation(context, program, "y_texture"), 0);
  /external/chromium_org/cc/output/
shader.cc 1338 uniform SamplerType y_texture; local
1400 uniform SamplerType y_texture; local
    [all...]

Completed in 79 milliseconds