Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp87 loadCollection(stream, &boundAttribLocs, loadAttribLocs); in ProgramData()
302 saveCollection(stream, boundAttribLocs, saveAttribLocs); in onSave()
625 for (const auto& attribLocs : boundAttribLocs) { in restore()
729 boundAttribLocs[var] = loc; in bindAttribLocation()
814 for (const auto &attribLoc : boundAttribLocs) { in setLinkStatus()
989 if (const auto loc = android::base::find(pData->boundAttribLocs, elt.name)) { in sCheckLimits()
DProgramData.h114 std::unordered_map<std::string, GLuint> boundAttribLocs; variable