Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1749 std::vector<std::string> orig_sources; in s_glShaderSource() local
1756 orig_sources.push_back(std::string((const char*)(string[i]), in s_glShaderSource()
1759 orig_sources.push_back(std::string((const char*)(string[i]))); in s_glShaderSource()
1764 orig_sources.push_back(std::string((const char*)(string[i]))); in s_glShaderSource()
1767 shaderData->sources = orig_sources; in s_glShaderSource()