Home
last modified time | relevance | path

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

/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp401 GetProcFuncLoader funcLoader(m_egl); in EglRenderContext() local
402 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
434 DynamicFuncLoader funcLoader(m_glLibrary); in EglRenderContext() local
435 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI()); in EglRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp134 WGLFunctionLoader funcLoader(*m_context); in WGLContext() local
135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp396 GetProcFuncLoader funcLoader(egl); in create() local
397 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()
439 DynamicFuncLoader funcLoader(m_dynamicGLLibrary); in create() local
440 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create()