HomeSort by relevance Sort by last modified time
    Searched refs:EGLU_CHECK_CALL (Results 1 - 25 of 32) sorted by null

1 2

  /external/deqp/modules/egl/
teglNegativePartialUpdateTests.cpp 183 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
184 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
190 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
196 EGLU_CHECK_CALL(egl, terminate(m_eglDisplay));
250 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
251 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &bufferAge));
290 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, *dummyPbuffer, *dummyPbuffer, m_eglContext));
293 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
309 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
312 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED))
    [all...]
teglRenderCase.cpp 63 EGLU_CHECK_CALL(egl, swapBuffers(display, surface));
65 EGLU_CHECK_CALL(egl, waitClient());
67 EGLU_CHECK_CALL(egl, waitClient());
276 EGLU_CHECK_CALL(egl, bindAPI(api));
280 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, *context));
287 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
323 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
330 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
337 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
344 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENVG_API))
    [all...]
teglSwapBuffersTests.cpp 76 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
114 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config , EGL_CONFIG_ID, &id));
305 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, *context));
343 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
361 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
382 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
402 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
424 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
428 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglMultiContextTests.cpp 140 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
198 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
203 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
210 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
214 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglCreateContextTests.cpp 93 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api));
106 EGLU_CHECK_CALL(egl, destroyContext(display, context));
teglMemoryStressTests.cpp 224 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context));
232 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
272 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
288 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context));
296 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
375 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
teglPartialUpdateTests.cpp 499 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
515 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &currentBufferAge));
547 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
551 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, NULL, 0));
580 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
689 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
698 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &bufferAge));
699 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
707 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
751 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED))
    [all...]
teglSurfacelessContextTests.cpp 109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api));
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
teglNativeColorMappingTests.cpp 79 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
333 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context));
345 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
346 EGLU_CHECK_CALL(egl, waitClient());
354 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
376 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context));
388 EGLU_CHECK_CALL(egl, waitClient());
395 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
416 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context));
428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()))
    [all...]
teglNativeCoordMappingTests.cpp 80 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
381 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context));
393 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
394 EGLU_CHECK_CALL(egl, waitClient());
401 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
428 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context));
440 EGLU_CHECK_CALL(egl, waitClient());
446 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
472 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, context));
484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()))
    [all...]
teglRenderTests.cpp 738 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
749 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
763 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
780 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
785 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
857 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context));
866 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
966 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
972 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
980 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context))
    [all...]
teglMultiThreadTests.cpp 847 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second));
858 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second));
869 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second));
881 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second));
892 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second));
903 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second));
939 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
1124 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface));
    [all...]
teglCreateSurfaceTests.cpp 148 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth));
149 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight));
205 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth));
206 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &pixmapHeight));
teglSwapBuffersWithDamageTests.cpp 411 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
431 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
491 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED));
496 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, DE_NULL, 0));
513 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
579 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
584 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, DE_NULL, 0));
593 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_EXT, &bufferAge));
627 EGLU_CHECK_CALL(egl, swapBuffersWithDamageKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
teglSyncTests.cpp 217 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
225 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
239 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync));
243 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
247 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
253 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
432 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
562 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
696 EGLU_CHECK_CALL(egl, getSyncAttribKHR(m_eglDisplay, m_sync, EGL_SYNC_TYPE_KHR, &type));
724 EGLU_CHECK_CALL(egl, getSyncAttribKHR(m_eglDisplay, m_sync, EGL_SYNC_STATUS_KHR, &status))
    [all...]
teglMakeCurrentPerfTests.cpp 207 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
342 EGLU_CHECK_CALL(egl, destroySurface(display, *iter));
382 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
400 EGLU_CHECK_CALL(egl, destroyContext(display, *iter));
teglGLES2SharedRenderingPerfTests.cpp 453 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
508 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
588 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
645 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
648 EGLU_CHECK_CALL(egl, destroyImageKHR(m_eglDisplay, m_eglImage));
650 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
651 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
652 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
714 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
    [all...]
teglBufferAgeTests.cpp 499 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED));
501 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
517 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_EXT, &currentBufferAge));
554 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
608 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
teglPreservingSwapTests.cpp 449 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED));
451 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
474 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
teglChooseConfigTests.cpp 184 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], DE_NULL, 0, &numConfigs));
188 EGLU_CHECK_CALL(egl, chooseConfig(m_display, &attribList[0], &resultConfigs[0], (EGLint)resultConfigs.size(), &numConfigs));
  /external/deqp/framework/egl/
egluDefs.hpp 30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse())
egluGLUtil.cpp 151 EGLU_CHECK_CALL(egl, bindAPI(api));
166 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_RENDERABLE_TYPE, &renderableType));
186 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType));
214 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, s_attribs[attribNdx].attrib, &value));
egluUnique.cpp 90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
egluGLContextFactory.cpp 302 EGLU_CHECK_CALL(egl, initialize(m_eglDisplay, &major, &minor));
360 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
436 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
439 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
442 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
444 EGLU_CHECK_CALL(egl, terminate(m_eglDisplay));
483 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
484 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
496 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
egluUtil.cpp 66 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor));
102 EGLU_CHECK_CALL(egl, getConfigs(display, DE_NULL, 0, &configCount));
107 EGLU_CHECK_CALL(egl, getConfigs(display, &(configs[0]), (EGLint)configs.size(), &configCount));
117 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, DE_NULL, 0, &numConfigs));
123 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, &configs.front(), numConfigs, &numConfigs));
193 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config, attrib, &value));
205 EGLU_CHECK_CALL(egl, querySurface(display, surface, attrib, &value));
271 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor));

Completed in 178 milliseconds

1 2