/external/deqp/framework/egl/ |
D | tcuEgl.cpp | 53 TCU_CHECK_EGL_CALL(eglInitialize(m_display, &m_version[0], &m_version[1])); in Display() 65 TCU_CHECK_EGL_CALL(eglGetConfigs(m_display, DE_NULL, 0, &numConfigs)); in getConfigs() 68 TCU_CHECK_EGL_CALL(eglGetConfigs(m_display, &configs[0], (EGLint)configs.size(), &numConfigs)); in getConfigs() 74 TCU_CHECK_EGL_CALL(eglChooseConfig(m_display, attribList, DE_NULL, 0, &numConfigs)); in chooseConfig() 77 …TCU_CHECK_EGL_CALL(eglChooseConfig(m_display, attribList, &configs[0], (EGLint)configs.size(), &nu… in chooseConfig() 83 TCU_CHECK_EGL_CALL(eglGetConfigAttrib(m_display, config, attribute, &value)); in getConfigAttrib() 135 TCU_CHECK_EGL_CALL(eglQuerySurface(m_display.getEGLDisplay(), m_surface, attribute, &value)); in getAttribute() 141 TCU_CHECK_EGL_CALL(eglSurfaceAttrib(m_display.getEGLDisplay(), m_surface, attribute, value)); in setAttribute() 182 TCU_CHECK_EGL_CALL(eglSwapBuffers(m_display.getEGLDisplay(), m_surface)); in swapBuffers() 208 TCU_CHECK_EGL_CALL(eglCopyBuffers(m_display.getEGLDisplay(), m_surface, m_nativePixmap)); [all …]
|
D | egluUnique.cpp | 40 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_surface)); in ~UniqueSurface() 52 TCU_CHECK_EGL_CALL(eglDestroyContext(m_display, m_context)); in ~UniqueContext()
|
D | tcuEgl.hpp | 35 #define TCU_CHECK_EGL_CALL(CALL) EGLU_CHECK_CALL(CALL) macro
|
/external/deqp/modules/egl/ |
D | teglSwapBuffersTests.cpp | 74 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createGLES2Context() 112 TCU_CHECK_EGL_CALL(eglGetConfigAttrib(display, config , EGL_CONFIG_ID, &id)); in getConfigIdString() 301 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), *surface, *surface, *context)); in executeForConfig() 339 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface)); in executeForConfig() 357 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface)); in executeForConfig() 378 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface)); in executeForConfig() 398 TCU_CHECK_EGL_CALL(eglSwapBuffers(display.getEGLDisplay(), *surface)); in executeForConfig() 420 …TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_… in executeForConfig() 424 …TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_… in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 112 TCU_CHECK_EGL_CALL(eglBindAPI(apis[apiNdx].api)); in executeForConfig() 124 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context)); in executeForConfig() 135 …TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_… in executeForConfig() 138 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context)); in executeForConfig()
|
D | teglNativeColorMappingTests.cpp | 74 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createGLES2Context() 327 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context)); in testNativeWindow() 339 TCU_CHECK_EGL_CALL(eglSwapBuffers(display, *surface)); in testNativeWindow() 340 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativeWindow() 348 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow() 369 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context)); in testNativePixmap() 381 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmap() 388 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap() 409 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy() 421 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy() [all …]
|
D | teglMemoryStressTests.cpp | 120 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, *iter)); in ~MemoryAllocator() 126 TCU_CHECK_EGL_CALL(eglDestroyContext(m_display, *iter)); in ~MemoryAllocator() 217 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, surface, surface, context)); in allocatePBuffer() 225 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocatePBuffer() 263 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in allocateContext() 279 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, surface, surface, context)); in allocateContext() 287 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocateContext() 364 TCU_CHECK_EGL_CALL(eglChooseConfig(m_display, attribList, &m_config, 1, &configCount)); in init()
|
D | teglNativeCoordMappingTests.cpp | 75 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createGLES2Context() 375 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context)); in testNativeWindow() 387 TCU_CHECK_EGL_CALL(eglSwapBuffers(display, *surface)); in testNativeWindow() 388 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativeWindow() 395 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow() 421 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context)); in testNativePixmap() 433 TCU_CHECK_EGL_CALL(eglWaitClient()); in testNativePixmap() 439 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap() 465 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy() 477 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy() [all …]
|
D | teglMakeCurrentPerfTests.cpp | 192 TCU_CHECK_EGL_CALL(eglChooseConfig(display, attribList, &m_config, 1, &configCount)); in chooseConfig() 273 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface)); in createWindow() 299 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface)); in createPixmap() 319 TCU_CHECK_EGL_CALL(eglDestroySurface(display, *iter)); in destroySurfaces() 359 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createContexts() 376 TCU_CHECK_EGL_CALL(eglDestroyContext(display, *iter)); in destroyContexts() 498 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, surface, surface, context)); in iterate() 501 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate()
|
D | teglMultiThreadTests.cpp | 815 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativePixmaps0[pixmapNdx].second)); in deinit() 826 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativePixmaps1[pixmapNdx].second)); in deinit() 837 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit() 849 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit() 860 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit() 871 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_sharedNativeWindows[windowNdx].second)); in deinit() 905 TCU_CHECK_EGL_CALL(eglChooseConfig(m_display, attribList, &m_config, 1, &configCount)); in runThread() 1084 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, surface)); in createDestroyObjects() 1110 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, surface)); in createDestroyObjects() 1134 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, surface)); in createDestroyObjects() [all …]
|
D | teglCreateContextTests.cpp | 97 TCU_CHECK_EGL_CALL(eglBindAPI(apis[apiNdx].api)); in executeForConfig() 110 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context)); in executeForConfig()
|
D | teglSyncTests.cpp | 235 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in init() 243 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in init() 254 TCU_CHECK_EGL_CALL(m_ext.destroySync(m_eglDisplay, m_sync)); in deinit() 258 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in deinit() 262 TCU_CHECK_EGL_CALL(eglDestroyContext(m_eglDisplay, m_eglContext)); in deinit() 268 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglDisplay, m_eglSurface)); in deinit() 427 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 551 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 711 TCU_CHECK_EGL_CALL(m_ext.getSyncAttrib(m_eglDisplay, m_sync, EGL_SYNC_TYPE_KHR, &type)); in iterate() 737 TCU_CHECK_EGL_CALL(m_ext.getSyncAttrib(m_eglDisplay, m_sync, EGL_SYNC_STATUS_KHR, &status)); in iterate() [all …]
|
D | teglCreateSurfaceTests.cpp | 151 …TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &… in executeForConfig() 152 …TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &… in executeForConfig() 206 …TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &… in executeForConfig() 207 …TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &… in executeForConfig()
|
D | teglQueryContextTests.cpp | 214 TCU_CHECK_EGL_CALL(eglBindAPI(apis[apiNdx].api)); in executeForSurface() 222 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), surface, surface, context)); in executeForSurface() 230 …TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_… in executeForSurface() 231 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context)); in executeForSurface() 365 TCU_CHECK_EGL_CALL(eglQueryContext(display.getEGLDisplay(), context, attrib, &value)); in getContextAttrib()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 468 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createEGLContext() 528 …TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), m_eglSurface, m_eglSurfa… in TestContext() 605 …TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_S… in TestContext() 659 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, m_eglSurface, m_eglSurface, m_eglContext)); in ~TestContext() 662 TCU_CHECK_EGL_CALL(m_eglDestroyImageKHR(display, m_eglImage)); in ~TestContext() 664 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in ~TestContext() 665 TCU_CHECK_EGL_CALL(eglDestroyContext(display, m_eglContext)); in ~TestContext() 666 TCU_CHECK_EGL_CALL(eglDestroySurface(display, m_eglSurface)); in ~TestContext() 728 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in render() 872 TCU_CHECK_EGL_CALL(eglChooseConfig(display, attribList, &eglConfig, 1, &configCount)); in init()
|
D | teglTestCase.cpp | 98 TCU_CHECK_EGL_CALL(eglInitialize(eglDisplay, &majorVersion, &minorVersion)); in EglTestContext() 174 TCU_CHECK_EGL_CALL(eglInitialize(eglDisplay, &majorVersion, &minorVersion)); in createDefaultDisplay()
|
D | teglRenderCase.cpp | 87 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface() 93 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()
|
D | teglChooseConfigTests.cpp | 145 …TCU_CHECK_EGL_CALL(eglChooseConfig(display.getEGLDisplay(), &attribList[0], DE_NULL, 0, &numConfig… in executeTest() 149 …TCU_CHECK_EGL_CALL(eglChooseConfig(display.getEGLDisplay(), &attribList[0], &resultConfigs[0], (EG… in executeTest()
|
D | teglTestPackage.cpp | 174 …TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglTestCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_N… in deinitTestCase()
|
D | teglGLES2SharingTests.cpp | 201 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createContext() 212 TCU_CHECK_EGL_CALL(eglDestroyContext(display, context)); in destroyContext() 217 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, surface, surface, context)); in makeCurrent()
|
D | teglImageFormatTests.cpp | 333 …TCU_CHECK_EGL_CALL(eglGetConfigAttrib(m_display.getEGLDisplay(), config, EGL_CONFIG_ID, &configId)… in GLES2ImageApi() 1763 TCU_CHECK_EGL_CALL(m_eglExt.eglDestroyImageKHR(m_display->getEGLDisplay(), m_img)); in iterate() 1800 TCU_CHECK_EGL_CALL(m_eglExt.eglDestroyImageKHR(m_display->getEGLDisplay(), m_img)); in iterate() 1811 TCU_CHECK_EGL_CALL(m_eglExt.eglDestroyImageKHR(m_display->getEGLDisplay(), m_img)); in iterate()
|
D | teglQueryConfigTests.cpp | 230 TCU_CHECK_EGL_CALL(eglGetConfigAttrib(display.getEGLDisplay(), config, EGL_CONFIG_ID, &id)); in iterate()
|
D | teglCreateContextExtTests.cpp | 1062 TCU_CHECK_EGL_CALL(eglBindAPI(m_api)); in executeForConfig()
|
D | teglQuerySurfaceTests.cpp | 482 …TCU_CHECK_EGL_CALL(eglQuerySurface(surface.getDisplay().getEGLDisplay(), surface.getEGLSurface(), … in testAttributes()
|
D | teglGLES2SharingThreadedTests.cpp | 632 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in exec() 677 TCU_CHECK_EGL_CALL(eglDestroyContext(m_context->display, m_context->context)); in exec() 736 …TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, m_surface->surface, m_surface->surface, m_context->co… in exec() 744 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in exec() 875 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_surface->surface)); in exec()
|