/third_party/vk-gl-cts/modules/egl/ |
D | teglApiCase.cpp | 42 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in ApiCase() 54 m_supportedClientAPIs = eglu::getClientAPIs(m_eglTestCtx.getLibrary(), m_display); in init() 59 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 87 EGLenum err = m_eglTestCtx.getLibrary().getError(); in expectError() 98 EGLenum err = m_eglTestCtx.getLibrary().getError(); in expectEitherError() 163 *config = eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, filters); in getConfig()
|
D | teglQueryContextTests.cpp | 91 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentContextCase() 97 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() 133 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentSurfaceCase() 139 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() 175 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in GetCurrentDisplayCase() 181 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() 216 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog()) in QueryContextCase() 222 const Library& egl = m_eglTestCtx.getLibrary(); in getContextAttrib() 231 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() 308 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in QueryAPICase() [all …]
|
D | teglTestCase.cpp | 57 const eglw::Library& EglTestContext::getLibrary (void) const in getLibrary() function in deqp::egl::EglTestContext 59 return m_nativeDisplay->getLibrary(); in getLibrary() 69 const tcu::FunctionLibrary* platformLib = m_glLibraryCache.getLibrary(apiType); in initGLFunctions() 70 const eglu::GLFunctionLoader loader (getLibrary(), platformLib); in initGLFunctions()
|
D | teglImageTests.cpp | 91 …TCU_CHECK_AND_THROW(NotSupportedError, eglu::hasExtension(m_eglTestCtx.getLibrary(), DPY, EXTNAME)… 102 error = eglTestCtx.getLibrary().getError(); in checkCallError() 125 error = eglTestCtx.getLibrary().getError(); in checkCallReturn() 170 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 211 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 262 const Library& egl = m_eglTestCtx.getLibrary(); in checkCreate() 299 , m_config (chooseConfig(eglTestCtx.getLibrary(), display, ctxType.getAPI())) in Context() 300 …, m_context (m_eglTestCtx.getLibrary(), m_display, eglu::createGLContext(eglTestCtx.getLibrary(),… in Context() 302 … , m_current (eglTestCtx.getLibrary(), m_display, m_surface->get(), m_surface->get(), *m_context) in Context() 411 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() [all …]
|
D | teglSyncTests.cpp | 164 const Library& egl = m_eglTestCtx.getLibrary(); in hasRequiredEGLVersion() 183 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_fence_sync")) in hasEGLFenceSyncExtension() 196 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_wait_sync")) in hasEGLWaitSyncExtension() 237 const Library& egl = m_eglTestCtx.getLibrary(); in init() 279 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_reusable_sync")) in init() 288 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 336 const Library& egl = m_eglTestCtx.getLibrary(); in test() 384 const Library& egl = m_eglTestCtx.getLibrary(); in test() 436 const Library& egl = m_eglTestCtx.getLibrary(); in test() 497 const Library& egl = m_eglTestCtx.getLibrary(); in test() [all …]
|
D | teglNegativePartialUpdateTests.cpp | 151 const Library& egl = m_eglTestCtx.getLibrary(); in init() 180 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 207 const EGLenum err = m_eglTestCtx.getLibrary().getError(); in expectError() 241 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 275 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 367 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 400 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 435 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 466 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 498 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglMakeCurrentPerfTests.cpp | 187 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 204 const Library& egl = m_eglTestCtx.getLibrary(); in chooseConfig() 255 const Library& egl = m_eglTestCtx.getLibrary(); in createPBuffer() 274 const Library& egl = m_eglTestCtx.getLibrary(); in createWindow() 303 const Library& egl = m_eglTestCtx.getLibrary(); in createPixmap() 332 const Library& egl = m_eglTestCtx.getLibrary(); in destroySurfaces() 373 const Library& egl = m_eglTestCtx.getLibrary(); in createContexts() 392 const Library& egl = m_eglTestCtx.getLibrary(); in destroyContexts() 510 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglWideColorTests.cpp | 291 const Library& egl = m_eglTestCtx.getLibrary(); in checkPixelFloatSupport() 299 const Library& egl = m_eglTestCtx.getLibrary(); in checkColorSpaceSupport() 307 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3Support() 315 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3PassthroughSupport() 323 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBSupport() 331 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBLinearSupport() 339 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020linear() 347 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020pq() 355 const Library& egl = m_eglTestCtx.getLibrary(); in checkSMPTE2086() 363 const Library& egl = m_eglTestCtx.getLibrary(); in checkCTA861_3() [all …]
|
D | teglMutableRenderBufferTests.cpp | 93 const Library& egl = m_eglTestCtx.getLibrary(); in init() 174 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 220 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 288 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 343 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglGetProcAddressTests.cpp | 104 , CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in GetProcAddressCase() 117 m_supported = eglu::getClientExtensions(m_eglTestCtx.getLibrary()); in init() 138 …r<std::string> displayExtensios = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_display); in init() 147 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 272 …return (eglu::getRenderableAPIsMask(m_eglTestCtx.getLibrary(), m_display) & renderableType) == ren… in isApiSupported()
|
D | teglQueryConfigTests.cpp | 85 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in GetConfigsBoundsCase() 99 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 217 , CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in GetConfigAttribCase() 226 m_configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display); in init() 234 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 297 …const bool hasYuvSupport = eglu::hasExtension(m_eglTestCtx.getLibrary(), m_display, "EGL_EXT_yuv_… in checkColorBufferType() 401 eglu::Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), m_display); in executeTest()
|
D | teglInfoTests.cpp | 73 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 125 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 151 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglResizeTests.cpp | 145 const Library& egl = m_eglTestCtx.getLibrary(); in init() 205 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 350 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 390 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 463 const Library& egl = m_eglTestCtx.getLibrary(); in getNativePixelsPerInch() 491 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglQuerySurfaceTests.cpp | 120 const Library& egl = m_eglTestCtx.getLibrary(); in checkCommonAttributes() 253 const Library& egl = m_eglTestCtx.getLibrary(); in checkNonPbufferAttributes() 305 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 336 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 367 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 469 const Library& egl = m_eglTestCtx.getLibrary(); in testAttributes() 578 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 607 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 636 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig()
|
D | teglMultiThreadTests.cpp | 125 const Library& getLibrary (void) const; 151 const Library& getLibrary (void) const { return m_eglTestCtx.getLibrary(); } in getLibrary() function in deqp::egl::MultiThreadedTest 173 inline const Library& TestThread::getLibrary (void) const in getLibrary() function in deqp::egl::TestThread 175 return m_test.getLibrary(); in getLibrary() 210 getLibrary().releaseThread(); in run() 286 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 536 const Library& egl = getLibrary(); in runThread() 758 const Library& egl = getLibrary(); in deinit() 900 const Library& egl = getLibrary(); in runThread() 981 const Library& egl = getLibrary(); in createDestroyObjects() [all …]
|
D | teglClientExtensionTests.cpp | 136 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 187 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 255 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglThreadCleanUpTests.cpp | 189 const Library& egl = m_eglTestCtx.getLibrary(); in init() 229 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 256 Thread thread (m_eglTestCtx.getLibrary(), m_display, m_surface, m_context, m_config, error); in iterate()
|
D | teglCreateSurfaceTests.cpp | 89 const Library& egl = nativeDisplay.getLibrary(); in createWindowSurface() 121 const Library& egl = nativeDisplay.getLibrary(); in createPixmapSurface() 156 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 225 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 292 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig()
|
D | teglMemoryStressTests.cpp | 125 const Library& egl = m_eglTestCtx.getLibrary(); in ~MemoryAllocator() 199 const Library& egl = m_eglTestCtx.getLibrary(); in allocatePBuffer() 265 const Library& egl = m_eglTestCtx.getLibrary(); in allocateContext() 358 const Library& egl = m_eglTestCtx.getLibrary(); in init() 387 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
|
D | teglPartialUpdateTests.cpp | 375 const Library& egl = m_eglTestCtx.getLibrary(); in init() 386 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay); in init() 402 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 443 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext() 495 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 687 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 749 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglChooseConfigTests.cpp | 142 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 163 const Library& egl = m_eglTestCtx.getLibrary(); in executeTest() 295 vector<EGLConfig> configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display); in getValue() 296 …return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.… in getValue() 489 …const std::vector<std::string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), … in iterate()
|
D | teglSwapBuffersWithDamageTests.cpp | 325 const Library& egl = m_eglTestCtx.getLibrary(); in init() 341 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 379 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext() 400 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 480 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 568 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglCreateContextTests.cpp | 83 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 125 const eglw::Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 381 if (getLibrary()->isWglExtensionSupported("WGL_EXT_colorspace")) in getPixelFormatInfo() 414 …info.sRGB = (getLibrary()->isWglExtensionSupported("WGL_EXT_colorspace")) ? (values[WGL_COLORSP… in getPixelFormatInfo() 431 const Functions& wgl = core->getLibrary()->getFunctions(); in Context() 489 if (core->getLibrary()->isWglExtensionSupported("WGL_ARB_create_context_no_error")) in Context() 548 if (core->getLibrary()->isWglExtensionSupported("WGL_EXT_swap_control")) in Context() 549 core->getLibrary()->getFunctions().swapIntervalEXT(0); in Context() 554 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context() 565 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction() 569 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction() 576 const Functions& wgl = m_core->getLibrary()->getFunctions(); in makeCurrent() [all …]
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluGLContextFactory.cpp | 144 virtual const eglw::Library& getLibrary (void) const { return m_display->getLibrary(); } in getLibrary() function in eglu::__anon2fdd955a0111::RenderContext 300 const Library& egl = m_display->getLibrary(); in makeCurrent() 307 return (glw::GenericFuncType)m_display->getLibrary().getProcAddress(name); in getProcAddress() 326 const Library& egl = m_display->getLibrary(); in create() 477 const Library& egl = m_display->getLibrary(); in destroy() 506 const Library& egl = m_display->getLibrary(); in postIterate()
|