Home | History | Annotate | Download | only in functional

Lines Matching refs:setSources

115 		shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
117 shader.setSources((int)cStrings.size(), &cStrings[0], 0);
334 m_shaders[shaderType]->setSources(1, &cSource, 0);
667 shader.setSources(1, &firstSource, 0);
672 shader.setSources(1, &secondSource, 0);
770 supportShader.setSources(1, &supportShaderSource, 0);