Lines Matching refs:getWidth
142 for (int x = 0; x < result.getWidth() && depthOk; x++)
175 glw::GLuint viewportW = renderTarget.getWidth();
503 glw::GLsizei viewportW = renderTarget.getWidth();
514 for (int x = 0; x < renderedFrame.getWidth(); x++)
517 float xCoord = (float)(x) / (float)renderedFrame.getWidth();
705 glw::GLsizei viewportW = renderTarget.getWidth();
713 for (int x = 0; x < renderedColorFrame.getWidth(); x++)
715 float xCoord = (float)(x) / (float)renderedColorFrame.getWidth();
785 glw::GLsizei windowW = renderTarget.getWidth();
813 glw::GLsizei windowW = renderTarget.getWidth();
913 glw::GLsizei windowW = renderTarget.getWidth();
925 for (int x = 0; x < renderedFrame.getWidth(); x++)
927 float xCoord = static_cast<float>(x) / static_cast<float>(renderedFrame.getWidth());
1009 glw::GLuint viewportW = renderTarget.getWidth();
1064 glw::GLsizei windowW = renderTarget.getWidth();
1232 glw::GLuint viewportW = renderTarget.getWidth();
1245 2.0f / (float)renderedColorFrame.getHeight() + 2.0f / (float)renderedColorFrame.getWidth();
1251 for (int x = 0; x < renderedColorFrame.getWidth(); x++)
1253 float xCoord = ((float)(x) + 0.5f) / (float)renderedColorFrame.getWidth();
1420 glw::GLuint viewportW = renderTarget.getWidth();
1434 for (int x = 0; x < renderedColorFrame.getWidth(); x++)
1436 float xCoord = (float)(x) / (float)renderedColorFrame.getWidth();