/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 | teglSyncTests.cpp | 185 const Library& egl = m_eglTestCtx.getLibrary(); in init() 228 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 267 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 287 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 310 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 340 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 370 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 405 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 438 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 468 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() [all …]
|
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() 208 const Library& egl = m_eglTestCtx.getLibrary(); in checkCreate() 245 , m_config (chooseConfig(eglTestCtx.getLibrary(), display, ctxType.getAPI())) in Context() 246 …, m_context (m_eglTestCtx.getLibrary(), m_display, eglu::createGLContext(eglTestCtx.getLibrary(),… in Context() 248 … , m_current (eglTestCtx.getLibrary(), m_display, m_surface->get(), m_surface->get(), *m_context) in Context() 340 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 401 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() [all …]
|
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 | 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 | teglGetProcAddressTests.cpp | 116 , CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in GetProcAddressCase() 130 m_supported = eglu::getClientExtensions(m_eglTestCtx.getLibrary(), m_display); in init() 137 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 222 …const bool apiSupported = (eglu::getRenderableAPIsMask(m_eglTestCtx.getLibrary(), m_display) &… in executeTest()
|
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 | teglCreateSurfaceTests.cpp | 67 const Library& egl = nativeDisplay.getLibrary(); in createWindowSurface() 88 const Library& egl = nativeDisplay.getLibrary(); in createPixmapSurface() 118 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 176 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() 232 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig()
|
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() 387 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() 459 const Library& egl = m_eglTestCtx.getLibrary(); in getNativePixelsPerInch() 487 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
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 | 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 | 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 | teglMultiThreadTests.cpp | 128 const Library& getLibrary (void) const; 154 const Library& getLibrary (void) const { return m_eglTestCtx.getLibrary(); } in getLibrary() function in deqp::egl::MultiThreadedTest 174 inline const Library& TestThread::getLibrary (void) const in getLibrary() function in deqp::egl::TestThread 176 return m_test.getLibrary(); in getLibrary() 293 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 552 const Library& egl = getLibrary(); in runThread() 774 const Library& egl = getLibrary(); in deinit() 916 const Library& egl = getLibrary(); in runThread() 997 const Library& egl = getLibrary(); in createDestroyObjects() 1347 const Library& egl = getLibrary(); in querySetSharedObjects() [all …]
|
D | teglSimpleConfigCase.cpp | 57 const Library& egl = m_eglTestCtx.getLibrary(); in init() 92 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
|
D | teglPreservingSwapTests.cpp | 339 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext() 358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer); in init() 374 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() 420 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
|
D | teglChooseConfigTests.cpp | 140 m_eglTestCtx.getLibrary().terminate(m_display); in deinit() 161 const Library& egl = m_eglTestCtx.getLibrary(); in executeTest() 293 vector<EGLConfig> configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display); in getValue() 294 …return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.… in getValue()
|
D | teglTestCase.hpp | 69 const eglw::Library& getLibrary (void) const;
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 358 const Functions& wgl = core->getLibrary()->getFunctions(); in Context() 427 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context() 438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction() 442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction() 449 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 59 virtual const eglw::Library& getLibrary (void) const { return m_library; } in getLibrary() function in tcu::Android::NativeDisplay 156 …const int32_t format = (int32_t)eglu::getConfigAttribInt(nativeDisplay->getLibrary(), display, con… in createWindow()
|
/external/deqp/framework/platform/null/ |
D | tcuNullPlatform.cpp | 57 const eglw::Library& getLibrary (void) const in getLibrary() function in tcu::null::NullEGLDisplay
|
/external/deqp/framework/egl/ |
D | egluGLFunctionLoader.hpp | 66 const tcu::FunctionLibrary* getLibrary (glu::ApiType apiType);
|
D | egluUtil.cpp | 229 const Library& egl = nativeDisplay.getLibrary(); in getDisplay() 267 const Library& egl = nativeDisplay.getLibrary(); in getAndInitDisplay() 282 const Library& egl = nativeDisplay.getLibrary(); in createWindowSurface() 323 const Library& egl = nativeDisplay.getLibrary(); in createPixmapSurface()
|
D | egluGLFunctionLoader.cpp | 60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType) in getLibrary() function in eglu::GLLibraryCache
|