Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglNegativePartialUpdateTests.cpp183 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()
250EGLU_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()
293EGLU_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()
312EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate()
[all …]
DteglMutableRenderBufferTests.cpp136 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()
231EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFE… in iterate()
253EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_BACK_BUFFER)… in iterate()
292EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate()
300EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFE… in iterate()
301EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate()
309EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_BACK_BUFFER)… in iterate()
310EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate()
347EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer)… in iterate()
[all …]
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()
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 …]
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 …]
DteglMultiContextTests.cpp146 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()
DteglPartialUpdateTests.cpp503EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate()
519EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &currentBufferAg… in iterate()
551EGLU_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()
693EGLU_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()
703EGLU_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()
755EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate()
[all …]
DteglMultiThreadTests.cpp831 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 …]
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()
DteglCreateContextTests.cpp96 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()
DteglRenderTests.cpp775 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 …]
DteglSwapBuffersWithDamageTests.cpp411EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate()
431EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLin… in iterate()
491EGLU_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()
513EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLin… in iterate()
579EGLU_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()
627EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLin… in iterate()
DteglGetFrameTimestampsTests.cpp285 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()
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()
DteglCreateSurfaceTests.cpp196 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()
DteglWideColorTests.cpp387 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()
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()
DteglBufferAgeTests.cpp503EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESE… in iterate()
505EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTR… in iterate()
521EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_EXT, &currentBufferAg… 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/
DtcuSurfacelessPlatform.cpp277 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()
450EGLU_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/
DegluGLContextFactory.cpp302 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()
DegluUtil.cpp66 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()
132EGLU_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()
DegluGLUtil.cpp197 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()
DegluDefs.hpp30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, … macro

12