Searched refs:EGLU_CHECK_CALL (Results 1 - 25 of 36) sorted by relevance

12

/external/deqp/modules/egl/
H A DteglNegativePartialUpdateTests.cpp183 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(eg
[all...]
H A DteglMutableRenderBufferTests.cpp136 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, *config, EGL_SURFACE_TYPE, &surfaceType));
213 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
231 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFER));
253 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_BACK_BUFFER));
292 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer));
300 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_SINGLE_BUFFER));
301 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer));
309 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, EGL_BACK_BUFFER));
310 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer));
347 EGLU_CHECK_CALL(eg
[all...]
H A DteglRenderCase.cpp63 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(eg
[all...]
H A DteglSwapBuffersTests.cpp76 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));
H A DteglMultiContextTests.cpp140 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));
H A DteglCreateContextTests.cpp95 EGLU_CHECK_CALL(egl, bindAPI(s_apis[apiNdx].api));
108 EGLU_CHECK_CALL(egl, destroyContext(display, context));
157 EGLU_CHECK_CALL(egl, destroyContext(*display, context));
H A DteglMemoryStressTests.cpp224 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));
H A DteglPartialUpdateTests.cpp503 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
519 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &currentBufferAge));
551 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
555 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, NULL, 0));
584 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
693 EGLU_CHECK_CALL(egl, surfaceAttrib(m_eglDisplay, m_eglSurface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED));
702 EGLU_CHECK_CALL(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_BUFFER_AGE_KHR, &bufferAge));
703 EGLU_CHECK_CALL(egl, setDamageRegionKHR(m_eglDisplay, m_eglSurface, &damageRegion[0], (EGLint)damageRegion.size()/4));
711 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, m_eglSurface));
755 EGLU_CHECK_CALL(eg
[all...]
H A DteglSurfacelessContextTests.cpp109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api));
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglNativeColorMappingTests.cpp79 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(eg
[all...]
H A DteglNativeCoordMappingTests.cpp80 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(eg
[all...]
H A DteglRenderTests.cpp738 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(eg
[all...]
H A DteglMultiThreadTests.cpp847 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));
1151 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface));
1176 EGLU_CHECK_CALL(eg
[all...]
H A DteglCreateSurfaceTests.cpp148 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));
H A DteglSwapBuffersWithDamageTests.cpp411 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));
H A DteglWideColorTests.cpp354 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], DE_NULL, 0, &numConfigs));
364 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], &config, 1, &numConfigs));
373 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0]));
374 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_GREEN_SIZE, &components[1]));
375 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_BLUE_SIZE, &components[2]));
376 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]));
404 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], DE_NULL, 0, &numConfigs));
640 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &m_attribList[0], DE_NULL, 0, &numConfigs));
1100 EGLU_CHECK_CALL(egl, swapBuffers(m_eglDisplay, surface));
1106 EGLU_CHECK_CALL(eg
[all...]
H A DteglSyncTests.cpp217 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(eg
[all...]
H A DteglGetFrameTimestampsTests.cpp288 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
356 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config , EGL_CONFIG_ID, &id));
518 EGLU_CHECK_CALL(egl, surfaceAttrib(display, *surface, EGL_TIMESTAMPS_ANDROID, EGL_TRUE));
522 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, *context));
659 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
730 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
734 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
H A DteglMakeCurrentPerfTests.cpp207 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));
H A DteglGLES2SharedRenderingPerfTests.cpp453 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));
/external/deqp/framework/egl/
H A DegluDefs.hpp30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse()) macro
H A DegluGLUtil.cpp151 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));
H A DegluUnique.cpp90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
H A DegluGLContextFactory.cpp302 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));
H A DegluUtil.cpp66 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 303 milliseconds

12