Home
last modified time | relevance | path

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

/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/external/deqp/framework/opengl/
DgluRenderContext.hpp243 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
DgluRenderContext.cpp302 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp734 void initFunctions (glw::Functions* gl) in initFunctions() function
761 initFunctions(&m_functions); in RenderContext()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp716 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()