Searched refs:initFunctions (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/platform/osx/ |
H A D | tcuOSXPlatform.cpp | 197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGLContextFactory.cpp | 135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderContext.hpp | 244 // \note initFunctions() and initExtensionFunctions() without explicit extension list 246 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
|
H A 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/ohos/context/ |
H A D | tcuOhosNativeContext.cpp | 208 glu::initFunctions(&m_glFunctions, &loader, config.type.getAPI()); in OhosRendContext()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 739 void initFunctions (glw::Functions* gl) in initFunctions() function 766 initFunctions(&m_functions); in RenderContext()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 726 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()
|
Completed in 6 milliseconds