HomeSort by relevance Sort by last modified time
    Searched refs:GLLibraryMap (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglTestCase.hpp 89 typedef std::map<deUint32, tcu::FunctionLibrary*> GLLibraryMap;
90 mutable GLLibraryMap m_glLibraries; //!< GL library cache.
teglTestCase.cpp 153 for (GLLibraryMap::iterator iter = m_glLibraries.begin(); iter != m_glLibraries.end(); ++iter)
242 GLLibraryMap::iterator iter = m_glLibraries.find(key);

Completed in 536 milliseconds