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

  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 183 float u_unsigned = texture2D(u_texture, uv_texCoord).x; local
185 vec3 yuv = vec3(y_raw, u_unsigned, v_unsigned) + yuv_adj;
  /external/chromium_org/cc/output/
shader.cc 1347 float u_unsigned = TextureLookup(u_texture, v_texCoord).x; local
1410 float u_unsigned = TextureLookup(u_texture, v_texCoord).x; local
    [all...]

Completed in 87 milliseconds