/external/deqp/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() 405 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() [all …]
|
D | teglSyncTests.cpp | 163 const Library& egl = m_eglTestCtx.getLibrary(); in hasRequiredEGLVersion() 182 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_fence_sync")) in hasRequiredEGLExtensions() 188 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_reusable_sync")) in hasRequiredEGLExtensions() 194 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_wait_sync")) in hasRequiredEGLExtensions() 235 const Library& egl = m_eglTestCtx.getLibrary(); in init() 277 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_reusable_sync")) in init() 286 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 334 const Library& egl = m_eglTestCtx.getLibrary(); in test() 382 const Library& egl = m_eglTestCtx.getLibrary(); in test() 434 const Library& egl = m_eglTestCtx.getLibrary(); in test() [all …]
|
D | teglNegativePartialUpdateTests.cpp | 150 const Library& egl = m_eglTestCtx.getLibrary(); in init() 179 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 206 const EGLenum err = m_eglTestCtx.getLibrary().getError(); in expectError() 240 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 274 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 | 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() 276 …return (eglu::getRenderableAPIsMask(m_eglTestCtx.getLibrary(), m_display) & renderableType) == ren… in isApiSupported()
|
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 | teglWideColorTests.cpp | 290 const Library& egl = m_eglTestCtx.getLibrary(); in checkPixelFloatSupport() 298 const Library& egl = m_eglTestCtx.getLibrary(); in checkColorSpaceSupport() 306 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3Support() 314 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3PassthroughSupport() 322 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBSupport() 330 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBLinearSupport() 338 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020linear() 346 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020pq() 354 const Library& egl = m_eglTestCtx.getLibrary(); in checkSMPTE2086() 362 const Library& egl = m_eglTestCtx.getLibrary(); in checkCTA861_3() [all …]
|
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 | 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 | teglResizeTests.cpp | 145 const Library& egl = m_eglTestCtx.getLibrary(); in init() 199 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 348 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 388 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 461 const Library& egl = m_eglTestCtx.getLibrary(); in getNativePixelsPerInch() 489 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 | 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 | 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 | teglCreateSurfaceTests.cpp | 89 const Library& egl = nativeDisplay.getLibrary(); in createWindowSurface() 121 const Library& egl = nativeDisplay.getLibrary(); in createPixmapSurface() 155 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 224 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 291 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() 378 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay); in init() 397 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 438 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext() 490 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 681 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 743 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglSimpleConfigCase.cpp | 57 const Library& egl = m_eglTestCtx.getLibrary(); in init() 92 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
|
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 | teglCreateContextTests.cpp | 83 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 125 const eglw::Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 412 const Functions& wgl = core->getLibrary()->getFunctions(); in Context() 470 if (core->getLibrary()->isWglExtensionSupported("WGL_ARB_create_context_no_error")) in Context() 532 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context() 543 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction() 547 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction() 554 const Functions& wgl = m_core->getLibrary()->getFunctions(); in makeCurrent() 561 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 144 virtual const eglw::Library& getLibrary (void) const { return m_display->getLibrary(); } in getLibrary() function in eglu::__anonb10fb3450111::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() 475 const Library& egl = m_display->getLibrary(); in destroy() 504 const Library& egl = m_display->getLibrary(); in postIterate()
|