Home
last modified time | relevance | path

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

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