Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXPlatform.cpp197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGLContextFactory.cpp135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.cpp208 glu::initFunctions(&m_glFunctions, &loader, config.type.getAPI()); in OhosRendContext()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContext.cpp739 void initFunctions (glw::Functions* gl) in initFunctions() function
766 initFunctions(&m_functions); in RenderContext()
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp246 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType);
DgluRenderContext.cpp312 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions() function
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp726 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()