Home
last modified time | relevance | path

Searched refs:TCU_CHECK_EGL_CALL (Results 1 – 25 of 25) sorted by relevance

/external/deqp/framework/egl/
DtcuEgl.cpp53 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()
77TCU_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 …]
DegluUnique.cpp40 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_surface)); in ~UniqueSurface()
52 TCU_CHECK_EGL_CALL(eglDestroyContext(m_display, m_context)); in ~UniqueContext()
DtcuEgl.hpp35 #define TCU_CHECK_EGL_CALL(CALL) EGLU_CHECK_CALL(CALL) macro
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp74 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()
420TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_… in executeForConfig()
424TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_… in executeForConfig()
DteglSurfacelessContextTests.cpp112 TCU_CHECK_EGL_CALL(eglBindAPI(apis[apiNdx].api)); in executeForConfig()
124 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context)); in executeForConfig()
135TCU_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()
DteglNativeColorMappingTests.cpp74 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 …]
DteglMemoryStressTests.cpp120 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()
DteglNativeCoordMappingTests.cpp75 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 …]
DteglMakeCurrentPerfTests.cpp192 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()
DteglMultiThreadTests.cpp815 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 …]
DteglCreateContextTests.cpp97 TCU_CHECK_EGL_CALL(eglBindAPI(apis[apiNdx].api)); in executeForConfig()
110 TCU_CHECK_EGL_CALL(eglDestroyContext(display.getEGLDisplay(), context)); in executeForConfig()
DteglSyncTests.cpp235 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 …]
DteglCreateSurfaceTests.cpp151TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &… in executeForConfig()
152TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &… in executeForConfig()
206TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &… in executeForConfig()
207TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &… in executeForConfig()
DteglQueryContextTests.cpp214 TCU_CHECK_EGL_CALL(eglBindAPI(apis[apiNdx].api)); in executeForSurface()
222 TCU_CHECK_EGL_CALL(eglMakeCurrent(display.getEGLDisplay(), surface, surface, context)); in executeForSurface()
230TCU_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()
DteglGLES2SharedRenderingPerfTests.cpp468 TCU_CHECK_EGL_CALL(eglBindAPI(EGL_OPENGL_ES_API)); in createEGLContext()
528TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), m_eglSurface, m_eglSurfa… in TestContext()
605TCU_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()
DteglTestCase.cpp98 TCU_CHECK_EGL_CALL(eglInitialize(eglDisplay, &majorVersion, &minorVersion)); in EglTestContext()
174 TCU_CHECK_EGL_CALL(eglInitialize(eglDisplay, &majorVersion, &minorVersion)); in createDefaultDisplay()
DteglRenderCase.cpp87 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()
93 TCU_CHECK_EGL_CALL(eglWaitClient()); in postSurface()
DteglChooseConfigTests.cpp145TCU_CHECK_EGL_CALL(eglChooseConfig(display.getEGLDisplay(), &attribList[0], DE_NULL, 0, &numConfig… in executeTest()
149TCU_CHECK_EGL_CALL(eglChooseConfig(display.getEGLDisplay(), &attribList[0], &resultConfigs[0], (EG… in executeTest()
DteglTestPackage.cpp174TCU_CHECK_EGL_CALL(eglMakeCurrent(m_eglTestCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_N… in deinitTestCase()
DteglGLES2SharingTests.cpp201 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()
DteglImageFormatTests.cpp333TCU_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()
DteglQueryConfigTests.cpp230 TCU_CHECK_EGL_CALL(eglGetConfigAttrib(display.getEGLDisplay(), config, EGL_CONFIG_ID, &id)); in iterate()
DteglCreateContextExtTests.cpp1062 TCU_CHECK_EGL_CALL(eglBindAPI(m_api)); in executeForConfig()
DteglQuerySurfaceTests.cpp482TCU_CHECK_EGL_CALL(eglQuerySurface(surface.getDisplay().getEGLDisplay(), surface.getEGLSurface(), … in testAttributes()
DteglGLES2SharingThreadedTests.cpp632 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()
736TCU_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()