Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1900 std::vector<std::string> orig_sources; in s_glShaderSource() local
1907 orig_sources.push_back(std::string((const char*)(string[i]), in s_glShaderSource()
1910 orig_sources.push_back(std::string((const char*)(string[i]))); in s_glShaderSource()
1915 orig_sources.push_back(std::string((const char*)(string[i]))); in s_glShaderSource()
1918 shaderData->sources = orig_sources; in s_glShaderSource()