Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp124 WGLFunctionLoader funcLoader(*m_context); in WGLContext() local
125 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp367 GetProcFuncLoader funcLoader(egl); in create() local
368 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
398 DynamicFuncLoader funcLoader(m_dynamicGLLibrary); in create() local
399 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()