Searched refs:vPos (Results 1 – 3 of 3) sorted by relevance
10 varying vec2 vPos; // Position of the pixel in clip space37 vPos = (gl_Position.xy / gl_Position.w + 1.0) / 2.0;
3 varying vec2 vPos; // Position of the pixel39 float depthv = texture2D(m_DepthTexture, vPos).x*2.0-1.0; // Scene depth
438 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM); in firstInSpecialElement() local440 if (isTableElement(n) && vPos == firstInElement.next()) in firstInSpecialElement()442 if (vPos == firstInElement) in firstInSpecialElement()454 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM); in lastInSpecialElement() local456 if (isTableElement(n) && vPos == lastInElement.previous()) in lastInSpecialElement()458 if (vPos == lastInElement) in lastInSpecialElement()