Searched refs:initFunctions (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.cpp | 208 glu::initFunctions(&m_glFunctions, &loader, config.type.getAPI()); in OhosRendContext()
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 739 void initFunctions (glw::Functions* gl) in initFunctions() function 766 initFunctions(&m_functions); in RenderContext()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderContext.hpp | 246 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
|
D | gluRenderContext.cpp | 312 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 726 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()
|