Home | History | Annotate | Download | only in functional

Lines Matching refs:glShaderSource

428 		glShaderSource(shaderObject, 1, &shaderSource, 0);
468 glShaderSource(vertShader, 1, &vertSource, 0);
471 glShaderSource(fragShader, 1, &fragSource, 0);
682 // glShaderSource() split source case
1678 TestCaseGroup* shaderSourceGroup = new TestCaseGroup(m_context, "shader_source", "glShaderSource() tests");