Home | History | Annotate | Download | only in functional

Lines Matching refs:cStrings

109 	std::vector<const char*> cStrings (sources.strings.size(), 0);
112 cStrings[ndx] = sources.strings[ndx].c_str();
115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
117 shader.setSources((int)cStrings.size(), &cStrings[0], 0);