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

  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 124 WGLFunctionLoader funcLoader(*m_context);
125 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI());
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 548 GetProcFuncLoader funcLoader;
549 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI());
579 DynamicFuncLoader funcLoader(m_dynamicGLLibrary);
580 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI());

Completed in 89 milliseconds