Home
last modified time | relevance | path

Searched refs:cStrings (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp92 std::vector<const char*> cStrings (sources.strings.size(), 0); in setShaderSources() local
95 cStrings[ndx] = sources.strings[ndx].c_str(); in setShaderSources()
98 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); in setShaderSources()
100 shader.setSources((int)cStrings.size(), &cStrings[0], 0); in setShaderSources()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp109 std::vector<const char*> cStrings (sources.strings.size(), 0); in setShaderSources() local
112 cStrings[ndx] = sources.strings[ndx].c_str(); in setShaderSources()
115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); in setShaderSources()
117 shader.setSources((int)cStrings.size(), &cStrings[0], 0); in setShaderSources()