Searched refs:initFunctions (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 148 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 125 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 581 void initFunctions (glw::Functions* gl) in initFunctions() function 608 initFunctions(&m_functions); in RenderContext()
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 226 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
|
D | gluES3PlusWrapperContext.cpp | 414 static void initFunctions (glw::Functions* dst, const glw::Functions& src) in initFunctions() function 534 es3plus::initFunctions(&m_functions, m_context->getFunctions()); in ES3PlusWrapperContext()
|
D | gluRenderContext.cpp | 283 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 634 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()
|