Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglRenderCase.cpp63 EGLU_CHECK_CALL(egl, swapBuffers(display, surface)); in postSurface()
65 EGLU_CHECK_CALL(egl, waitClient()); in postSurface()
67 EGLU_CHECK_CALL(egl, waitClient()); in postSurface()
276 EGLU_CHECK_CALL(egl, bindAPI(api)); in executeForSurface()
280 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, *context)); in executeForSurface()
287 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForSurface()
323 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in executeForSurface()
330 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in executeForSurface()
337 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in executeForSurface()
344 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENVG_API)); in executeForSurface()
[all …]
DteglSwapBuffersTests.cpp76 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createGLES2Context()
114 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config , EGL_CONFIG_ID, &id)); in getConfigIdString()
305 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, *context)); in executeForConfig()
343 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig()
361 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig()
382 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig()
402 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig()
424 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()
428 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()
DteglNativeColorMappingTests.cpp79 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createGLES2Context()
333 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativeWindow()
345 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in testNativeWindow()
346 EGLU_CHECK_CALL(egl, waitClient()); in testNativeWindow()
354 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow()
376 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmap()
388 EGLU_CHECK_CALL(egl, waitClient()); in testNativePixmap()
395 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap()
416 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy()
428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
[all …]
DteglNativeCoordMappingTests.cpp80 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createGLES2Context()
381 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativeWindow()
393 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in testNativeWindow()
394 EGLU_CHECK_CALL(egl, waitClient()); in testNativeWindow()
401 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativeWindow()
428 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmap()
440 EGLU_CHECK_CALL(egl, waitClient()); in testNativePixmap()
446 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in testNativePixmap()
472 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context)); in testNativePixmapCopy()
484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
[all …]
DteglMultiThreadTests.cpp847 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second)); in deinit()
858 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second)); in deinit()
869 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit()
881 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit()
892 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit()
903 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second)); in deinit()
939 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in runThread()
1124 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1151 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1176 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
[all …]
DteglMemoryStressTests.cpp224 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context)); in allocatePBuffer()
232 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocatePBuffer()
272 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in allocateContext()
288 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context)); in allocateContext()
296 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocateContext()
375 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in init()
DteglRenderTests.cpp738 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
749 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
763 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
780 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
785 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForContexts()
857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context)); in run()
866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in run()
966 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
972 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForContexts()
980 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts()
[all …]
DteglSyncTests.cpp213 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in init()
221 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in init()
234 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit()
238 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in deinit()
242 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in deinit()
248 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in deinit()
409 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate()
530 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate()
652 EGLU_CHECK_CALL(egl, getSyncAttribKHR(m_eglDisplay, m_sync, EGL_SYNC_TYPE_KHR, &type)); in iterate()
677 EGLU_CHECK_CALL(egl, getSyncAttribKHR(m_eglDisplay, m_sync, EGL_SYNC_STATUS_KHR, &status)); in iterate()
[all …]
DteglCreateContextTests.cpp93 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api)); in executeForConfig()
106 EGLU_CHECK_CALL(egl, destroyContext(display, context)); in executeForConfig()
DteglCreateSurfaceTests.cpp148 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth)); in executeForConfig()
149 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight)); in executeForConfig()
205 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth)); in executeForConfig()
206 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight)); in executeForConfig()
DteglSurfacelessContextTests.cpp109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api)); in executeForConfig()
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()
DteglGLES2SharedRenderingPerfTests.cpp453 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createEGLContext()
508 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in TestContext()
588 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in TestContext()
645 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in ~TestContext()
648 EGLU_CHECK_CALL(egl, destroyImageKHR(m_eglDisplay, m_eglImage)); in ~TestContext()
650 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in ~TestContext()
651 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in ~TestContext()
652 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in ~TestContext()
714 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in render()
DteglMakeCurrentPerfTests.cpp207 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in chooseConfig()
342 EGLU_CHECK_CALL(egl, destroySurface(display, *iter)); in destroySurfaces()
382 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createContexts()
400 EGLU_CHECK_CALL(egl, destroyContext(display, *iter)); in destroyContexts()
DteglPreservingSwapTests.cpp449EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESE… in iterate()
451 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in iterate()
474 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface)); in iterate()
DteglCreateContextExtTests.cpp965 EGLU_CHECK_CALL(egl, bindAPI(m_api)); in executeForSurface()
973 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, *context)); in executeForSurface()
993 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForSurface()
DteglResizeTests.cpp390EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED… in iterate()
501 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface)); in iterate()
DteglChooseConfigTests.cpp184 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], DE_NULL, 0, &numConfigs)); in executeTest()
188EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], &resultConfigs[0], (EGLint)resultConf… in executeTest()
DteglQueryContextTests.cpp224 EGLU_CHECK_CALL(egl, queryContext(display, context, attrib, &value)); in getContextAttrib()
DteglGLES2SharingTests.cpp138 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createContext()
150 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in makeCurrent()
DteglQuerySurfaceTests.cpp485 EGLU_CHECK_CALL(egl, querySurface(display, surface, EGL_MIPMAP_LEVEL, &value)); in testAttributes()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp302 EGLU_CHECK_CALL(egl, initialize(m_eglDisplay, &major, &minor)); in create()
360 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in create()
436 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in destroy()
439 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in destroy()
442 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in destroy()
444 EGLU_CHECK_CALL(egl, terminate(m_eglDisplay)); in destroy()
483 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in postIterate()
484 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in postIterate()
496 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in postIterate()
DegluUtil.cpp66 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor)); in getVersion()
102 EGLU_CHECK_CALL(egl, getConfigs(display, DE_NULL, 0, &configCount)); in getConfigs()
107 EGLU_CHECK_CALL(egl, getConfigs(display, &(configs[0]), (EGLint)configs.size(), &configCount)); in getConfigs()
117 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, DE_NULL, 0, &numConfigs)); in chooseConfigs()
123EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, &configs.front(), numConfigs, &numConfigs)); in chooseConfigs()
193 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config, attrib, &value)); in getConfigAttribInt()
205 EGLU_CHECK_CALL(egl, querySurface(display, surface, attrib, &value)); in querySurfaceInt()
271 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor)); in getAndInitDisplay()
DegluGLUtil.cpp151 EGLU_CHECK_CALL(egl, bindAPI(api)); in createGLContext()
166 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_RENDERABLE_TYPE, &renderableType)); in configMatches()
186 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType)); in configMatches()
214 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value)); in configMatches()
DegluDefs.hpp30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __… macro
DegluUnique.cpp90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context)); in ScopedCurrentContext()

12