HomeSort by relevance Sort by last modified time
    Searched refs:EGLU_CHECK_CALL (Results 1 - 25 of 37) 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...]
teglMutableRenderBufferTests.cpp 136 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(egl, querySurface(m_eglDisplay, m_eglSurface, EGL_RENDER_BUFFER, &curRenderBuffer))
    [all...]
teglRenderCase.cpp 63 EGLU_CHECK_CALL(egl, swapBuffers(display, surface));
65 EGLU_CHECK_CALL(egl, waitClient());
67 EGLU_CHECK_CALL(egl, waitClient());
281 EGLU_CHECK_CALL(egl, bindAPI(api));
285 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, *context));
292 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
328 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
335 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
342 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
349 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 146 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
204 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
209 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
216 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
220 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_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 503 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(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));
teglCreateContextTests.cpp 96 EGLU_CHECK_CALL(egl, bindAPI(s_apis[apiNdx].api));
109 EGLU_CHECK_CALL(egl, destroyContext(display, context));
162 EGLU_CHECK_CALL(egl, destroyContext(*display, 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 775 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
786 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
800 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
817 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
822 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
894 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, m_surface, m_surface, m_context));
903 EGLU_CHECK_CALL(m_egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
1004 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context));
1010 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
1018 EGLU_CHECK_CALL(egl, makeCurrent(display, surface, surface, context))
    [all...]
teglMultiThreadTests.cpp 831 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second));
842 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second));
853 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second));
865 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second));
876 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second));
887 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second));
923 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount));
1108 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface));
1135 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface));
    [all...]
teglCreateSurfaceTests.cpp 196 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &windowWidth));
197 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight));
264 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_WIDTH, &pixmapWidth));
265 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));
teglGetFrameTimestampsTests.cpp 285 EGLU_CHECK_CALL(egl, bindAPI(EGL_OPENGL_ES_API));
353 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config , EGL_CONFIG_ID, &id));
515 EGLU_CHECK_CALL(egl, surfaceAttrib(display, *surface, EGL_TIMESTAMPS_ANDROID, EGL_TRUE));
519 EGLU_CHECK_CALL(egl, makeCurrent(display, *surface, *surface, *context));
656 EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
727 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
731 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
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));
teglWideColorTests.cpp 387 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], DE_NULL, 0, &numConfigs));
397 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], &config, 1, &numConfigs));
406 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0]));
407 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_GREEN_SIZE, &components[1]));
408 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_BLUE_SIZE, &components[2]));
409 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_ALPHA_SIZE, &components[3]));
437 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &attribList[0], DE_NULL, 0, &numConfigs));
704 EGLU_CHECK_CALL(egl, chooseConfig(m_eglDisplay, &m_attribList[0], DE_NULL, 0, &numConfigs));
    [all...]
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...]
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 277 EGLU_CHECK_CALL(m_egl, initialize(m_eglDisplay, &eglMajorVersion, &eglMinorVersion));
359 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_ES_API));
362 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_API));
367 EGLU_CHECK_CALL(m_egl, bindAPI(EGL_OPENGL_API));
394 EGLU_CHECK_CALL(m_egl, makeCurrent(m_eglDisplay, egl_surface, egl_surface, m_eglContext));
450 EGLU_CHECK_CALL(m_egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
453 EGLU_CHECK_CALL(m_egl, destroyContext(m_eglDisplay, m_eglContext));
456 EGLU_CHECK_CALL(m_egl, terminate(m_eglDisplay));
  /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 197 EGLU_CHECK_CALL(egl, bindAPI(api));
212 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_RENDERABLE_TYPE, &renderableType));
232 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_SURFACE_TYPE, &surfaceType));
260 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, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
331 EGLU_CHECK_CALL(egl, initialize(m_eglDisplay, &major, &minor));
389 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext));
477 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
480 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
483 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext));
486 EGLU_CHECK_CALL(egl, terminate(m_eglDisplay));
523 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
524 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
536 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext))
    [all...]
egluUtil.cpp 66 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor));
111 EGLU_CHECK_CALL(egl, getConfigs(display, DE_NULL, 0, &configCount));
116 EGLU_CHECK_CALL(egl, getConfigs(display, &(configs[0]), (EGLint)configs.size(), &configCount));
126 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, DE_NULL, 0, &numConfigs));
132 EGLU_CHECK_CALL(egl, chooseConfig(display, attribList, &configs.front(), numConfigs, &numConfigs));
202 EGLU_CHECK_CALL(egl, getConfigAttrib(display, config, attrib, &value));
214 EGLU_CHECK_CALL(egl, querySurface(display, surface, attrib, &value));
298 EGLU_CHECK_CALL(egl, initialize(display, &major, &minor));
308 EGLU_CHECK_CALL(egl, terminate(display));

Completed in 309 milliseconds

1 2