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

  /external/chromium_org/cc/output/
shader.cc 410 vec2 ndc_pos = 0.5 * (1.0 + gl_Position.xy / gl_Position.w); local
411 vec3 screen_pos = vec3(viewport.xy + viewport.zw * ndc_pos, 1.0);
471 vec2 ndc_pos = 0.5 * (1.0 + gl_Position.xy / gl_Position.w); local
472 vec3 screen_pos = vec3(viewport.xy + viewport.zw * ndc_pos, 1.0);
575 vec2 ndc_pos = 0.5 * (1.0 + gl_Position.xy / gl_Position.w); local
576 vec3 screen_pos = vec3(viewport.xy + viewport.zw * ndc_pos, 1.0);
    [all...]

Completed in 84 milliseconds