Searched refs:funcLoader (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 401 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/ |
D | tcuWGLContextFactory.cpp | 134 WGLFunctionLoader funcLoader(*m_context); in WGLContext() local 135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 396 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()
|