/external/deqp/modules/egl/ |
D | teglNegativePartialUpdateTests.cpp | 183 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in deinit() 184 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in deinit() 190 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in deinit() 196 EGLU_CHECK_CALL(egl, terminate(m_eglDisplay)); in deinit() 250 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 251 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &bufferAge)); in iterate() 290 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext)); in iterate() 293 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 309 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 312 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() [all …]
|
D | teglMutableRenderBufferTests.cpp | 136 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, *config, EGL_SURFACE_TYPE, &surfaceType)); in init() 213 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface)); in drawAndSwap() 231 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFE… in iterate() 253 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_BACK_BUFFER)… in iterate() 292 …EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate() 300 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFE… in iterate() 301 …EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate() 309 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_BACK_BUFFER)… in iterate() 310 …EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate() 347 …EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate() [all …]
|
D | teglRenderCase.cpp | 63 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() 281 EGLU_CHECK_CALL(egl, bindAPI(api)); in executeForSurface() 285 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, *context)); in executeForSurface() 292 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForSurface() 328 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in executeForSurface() 335 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in executeForSurface() 342 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in executeForSurface() 349 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENVG_API)); in executeForSurface() [all …]
|
D | teglSwapBuffersTests.cpp | 76 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()
|
D | teglNativeColorMappingTests.cpp | 79 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 …]
|
D | teglNativeCoordMappingTests.cpp | 80 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 …]
|
D | teglMultiContextTests.cpp | 146 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in iterate() 204 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate() 209 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate() 216 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate() 220 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in iterate()
|
D | teglPartialUpdateTests.cpp | 503 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 519 …EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, ¤tBufferAg… in iterate() 551 …EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)dama… in iterate() 555 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, NULL, 0)); in iterate() 584 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface)); in iterate() 693 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 702 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &bufferAge)); in iterate() 703 …EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)dama… in iterate() 711 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface)); in iterate() 755 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() [all …]
|
D | teglMultiThreadTests.cpp | 831 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second)); in deinit() 842 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second)); in deinit() 853 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit() 865 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit() 876 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit() 887 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second)); in deinit() 923 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in runThread() 1108 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects() 1135 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects() 1160 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects() [all …]
|
D | teglMemoryStressTests.cpp | 224 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()
|
D | teglCreateContextTests.cpp | 96 EGLU_CHECK_CALL(egl, bindAPI(s_apis[apiNdx].api)); in executeForConfig() 109 EGLU_CHECK_CALL(egl, destroyContext(display, context)); in executeForConfig() 162 EGLU_CHECK_CALL(egl, destroyContext(*display, context)); in iterate()
|
D | teglRenderTests.cpp | 775 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts() 786 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts() 800 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts() 817 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts() 822 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForContexts() 894 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context)); in run() 903 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in run() 1004 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts() 1010 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForContexts() 1018 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context)); in executeForContexts() [all …]
|
D | teglSwapBuffersWithDamageTests.cpp | 411 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 431 …EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLin… in iterate() 491 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESE… in iterate() 496 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, DE_NULL, 0)); in iterate() 513 …EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLin… in iterate() 579 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 584 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, DE_NULL, 0)); in iterate() 593 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_EXT, &bufferAge)); in iterate() 627 …EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLin… in iterate()
|
D | teglGetFrameTimestampsTests.cpp | 285 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API)); in createGLES2Context() 353 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config , EGL_CONFIG_ID, &id)); in getConfigIdString() 515 EGLU_CHECK_CALL(egl, surfaceAttrib(display, *surface, EGL_TIMESTAMPS_ANDROID, EGL_TRUE)); in executeForConfig() 519 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, *context)); in executeForConfig() 656 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface)); in executeForConfig() 727 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig() 731 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 109 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()
|
D | teglCreateSurfaceTests.cpp | 196 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth)); in executeForConfig() 197 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight)); in executeForConfig() 264 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth)); in executeForConfig() 265 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight)); in executeForConfig()
|
D | teglWideColorTests.cpp | 387 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], DE_NULL, 0, &numConfigs)); in check1010102Support() 397 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], &config, 1, &numConfigs)); in check1010102Support() 406 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0])); in check1010102Support() 407 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_GREEN_SIZE, &components[1])); in check1010102Support() 408 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_BLUE_SIZE, &components[2])); in check1010102Support() 409 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3])); in check1010102Support() 437 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], DE_NULL, 0, &numConfigs)); in checkFP16Support() 704 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &m_attribList[0], DE_NULL, 0, &numConfigs)); in init() 1209 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, surface)); in doClearTest() 1215 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in doClearTest()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 453 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()
|
D | teglMakeCurrentPerfTests.cpp | 207 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()
|
D | teglBufferAgeTests.cpp | 503 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESE… in iterate() 505 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate() 521 …EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_EXT, ¤tBufferAg… in iterate() 558 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface)); in iterate() 612 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface)); in iterate()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 277 EGLU_CHECK_CALL(m_egl, initialize(m_eglDisplay, &eglMajorVersion, &eglMinorVersion)); in EglRenderContext() 359 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_ES_API)); in EglRenderContext() 362 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_API)); in EglRenderContext() 367 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_API)); in EglRenderContext() 394 EGLU_CHECK_CALL(m_egl, makeCurrent(m_eglDisplay, egl_surface, egl_surface, m_eglContext)); in EglRenderContext() 450 … EGLU_CHECK_CALL(m_egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in ~EglRenderContext() 453 EGLU_CHECK_CALL(m_egl, destroyContext(m_eglDisplay, m_eglContext)); in ~EglRenderContext() 456 EGLU_CHECK_CALL(m_egl, terminate(m_eglDisplay)); in ~EglRenderContext()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 302 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in makeCurrent() 331 EGLU_CHECK_CALL(egl, initialize(m_eglDisplay, &major, &minor)); in create() 389 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in create() 477 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in destroy() 480 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in destroy() 483 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in destroy() 486 EGLU_CHECK_CALL(egl, terminate(m_eglDisplay)); in destroy() 523 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in postIterate() 524 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in postIterate() 536 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in postIterate()
|
D | egluUtil.cpp | 66 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor)); in getVersion() 111 EGLU_CHECK_CALL(egl, getConfigs(display, DE_NULL, 0, &configCount)); in getConfigs() 116 EGLU_CHECK_CALL(egl, getConfigs(display, &(configs[0]), (EGLint)configs.size(), &configCount)); in getConfigs() 126 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, DE_NULL, 0, &numConfigs)); in chooseConfigs() 132 …EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, &configs.front(), numConfigs, &numConfigs)); in chooseConfigs() 202 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config, attrib, &value)); in getConfigAttribInt() 214 EGLU_CHECK_CALL(egl, querySurface(display, surface, attrib, &value)); in querySurfaceInt() 298 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor)); in getAndInitDisplay() 308 EGLU_CHECK_CALL(egl, terminate(display)); in terminateDisplay()
|
D | egluGLUtil.cpp | 197 EGLU_CHECK_CALL(egl, bindAPI(api)); in createGLContext() 212 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_RENDERABLE_TYPE, &renderableType)); in configMatches() 232 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType)); in configMatches() 260 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value)); in configMatches()
|
D | egluDefs.hpp | 30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, … macro
|