Home | History | Annotate | Download | only in gl

Lines Matching refs:variable_declaration

892  *  @param [in] variable_declaration    Choose variable declaration of the fragment shader.
895 void BufferTest<T, S, N>::PrepareProgram(const glw::GLchar* variable_declaration)
908 { { s_fragment_shader_head, variable_declaration, s_fragment_shader_tail }, 3, GL_FRAGMENT_SHADER, 0 }
2071 * @param [in] variable_declaration Variables declaration part of fragment shader source code.
2075 void StorageAndSubImageTest<T, S, N, D, I>::PrepareProgram(const glw::GLchar* variable_declaration, const glw::GLchar* tail)
2087 { { s_fragment_shader_head, variable_declaration, tail }, 3, GL_FRAGMENT_SHADER, 0 } };
3482 * @param [in] variable_declaration Variables declaration part of fragment shader source code.
3486 glw::GLuint StorageMultisampleTest<T, S, N, D>::PrepareProgram(const glw::GLchar* variable_declaration, const glw::GLchar* tail)
3498 { { s_fragment_shader_head, variable_declaration, tail }, 3, GL_FRAGMENT_SHADER, 0 } };