Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp439 : m_extFuncs(extFuncs) in initFunctions()
445 map<string, glw::GenericFuncType>::const_iterator pos = m_extFuncs.find(name); in initFunctions()
446 return pos != m_extFuncs.end() ? pos->second : DE_NULL; in initFunctions()
450 const map<string, glw::GenericFuncType>& m_extFuncs; in initFunctions() member in glu::es3plus::initFunctions::ExtFuncLoader