Home
last modified time | relevance | path

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

/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp148 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp125 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp581 void initFunctions (glw::Functions* gl) in initFunctions() function
608 initFunctions(&m_functions); in RenderContext()
/external/deqp/framework/opengl/
DgluRenderContext.hpp226 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
DgluES3PlusWrapperContext.cpp414 static void initFunctions (glw::Functions* dst, const glw::Functions& src) in initFunctions() function
534 es3plus::initFunctions(&m_functions, m_context->getFunctions()); in ES3PlusWrapperContext()
DgluRenderContext.cpp283 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp634 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()