Searched refs:ndc_pos (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/cc/output/
H A Dshader.cc411 vec2 ndc_pos = 0.5 * (1.0 + gl_Position.xy / gl_Position.w); local
412 vec3 screen_pos = vec3(viewport.xy + viewport.zw * ndc_pos, 1.0);
472 vec2 ndc_pos = 0.5 * (1.0 + gl_Position.xy / gl_Position.w); local
473 vec3 screen_pos = vec3(viewport.xy + viewport.zw * ndc_pos, 1.0);
576 vec2 ndc_pos = 0.5 * (1.0 + gl_Position.xy / gl_Position.w); local
577 vec3 screen_pos = vec3(viewport.xy + viewport.zw * ndc_pos, 1.0);

Completed in 137 milliseconds