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

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp542 std::map<string, int> m_uniformLocations; member in class:deqp::gles31::Functional::__anon5426::UniformAccessLogger
547 if (m_uniformLocations.find(name) == m_uniformLocations.end())
551 m_uniformLocations[name] = loc;
553 return m_uniformLocations[name];

Completed in 75 milliseconds