Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp365 const std::pair<std::string, int>& uniNameLoc) { in onSave() argument
366 stream->putString(uniNameLoc.first); in onSave()
367 stream->putBe32(uniNameLoc.second); in onSave()