Lines Matching refs:fsh
359 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER);
361 glShaderSource(fsh, 1, &glsl_fs, NULL);
363 glCompileShader(fsh);
365 glAttachShader(m_ppo, fsh);
367 glDeleteShader(fsh);
472 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER);
474 glShaderSource(fsh, 1, &glsl_fs, NULL);
476 glCompileShader(fsh);
478 glAttachShader(m_po, fsh);
480 glDeleteShader(fsh);
1534 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER);
1536 glShaderSource(fsh, 1, &glsl_fs, NULL);
1538 glCompileShader(fsh);
1540 glAttachShader(m_po, fsh);
1542 glDeleteShader(fsh);
2465 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER);
2467 glShaderSource(fsh, 1, &glsl_fs, NULL);
2469 glCompileShader(fsh);
2471 glAttachShader(m_ppo, fsh);
2473 glDeleteShader(fsh);
2714 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER);
2716 glShaderSource(fsh, 1, &glsl_fs, NULL);
2718 glCompileShader(fsh);
2720 glAttachShader(m_po, fsh);
2722 glDeleteShader(fsh);
2930 const GLuint fsh = glCreateShader(GL_FRAGMENT_SHADER);
2932 glShaderSource(fsh, 1, &glsl_fs, NULL);
2934 glCompileShader(fsh);
2936 glAttachShader(m_ppo, fsh);
2938 glDeleteShader(fsh);