Searched defs:getLibrary (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/egl/
H A DegluGLFunctionLoader.cpp60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType) function in class:eglu::GLLibraryCache
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.cpp45 const eglw::Library& getLibrary (void) const function in class:tcu::null::NullEGLDisplay
/external/deqp/modules/egl/
H A DteglTestCase.cpp57 const eglw::Library& EglTestContext::getLibrary (void) const function in class:deqp::egl::EglTestContext
59 return m_nativeDisplay->getLibrary();
69 const tcu::FunctionLibrary* platformLib = m_glLibraryCache.getLibrary(apiType);
70 const eglu::GLFunctionLoader loader (getLibrary(), platformLib);
H A DteglMultiThreadTests.cpp128 const Library& getLibrary (void) const;
154 const Library& getLibrary (void) const { return m_eglTestCtx.getLibrary(); } function in class:deqp::egl::MultiThreadedTest
174 inline const Library& TestThread::getLibrary (void) const function in class:deqp::egl::TestThread
176 return m_test.getLibrary();
293 m_eglTestCtx.getLibrary().terminate(m_display);
552 const Library& egl = getLibrary();
774 const Library& egl = getLibrary();
916 const Library& egl = getLibrary();
997 const Library& egl = getLibrary();
[all...]
/external/deqp/framework/platform/lnx/wayland/
H A DtcuLnxWaylandEglDisplayFactory.cpp75 const eglw::Library& getLibrary (void) const { return m_library; } function in class:tcu::lnx::wayland::egl::Display
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp62 virtual const eglw::Library& getLibrary (void) const { return m_library; } function in class:tcu::Android::NativeDisplay
159 const int32_t format = (int32_t)eglu::getConfigAttribInt(nativeDisplay->getLibrary(), display, config, EGL_NATIVE_VISUAL_ID);
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp119 const eglw::Library& getLibrary (void) const { return m_library; } function in class:tcu::lnx::x11::egl::Display
209 nativeDisplay->getLibrary().getConfigAttrib(eglDisplay, config, EGL_NATIVE_VISUAL_ID, &visualID);
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp168 const Library* getLibrary (void) const { return m_library; } function in class:tcu::wgl::Core
H A DtcuWin32EGLNativeDisplayFactory.cpp74 const eglw::Library& getLibrary (void) const { return m_library; } function in class:tcu::win32::__anon4272::NativeDisplay
193 const Library& egl = nativeDisplay->getLibrary();

Completed in 4093 milliseconds