Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp531 std::map<string, int> m_uniformLocations; member in deqp::gles31::Functional::__anon0a49b9df0111::UniformAccessLogger
536 if (m_uniformLocations.find(name) == m_uniformLocations.end()) in getLocation()
540 m_uniformLocations[name] = loc; in getLocation()
542 return m_uniformLocations[name]; in getLocation()