Searched refs:expectNoSurface (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 465 …expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0… in init() 468 …expectNoSurface(eglCreatePbufferFromClientBuffer((EGLDisplay)-1, EGL_OPENVG_IMAGE, 0, (EGLConfig)0… in init() 477 …expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, (… in init() 489 …expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, a… in init() 535 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList)); in init() 538 expectNoSurface(eglCreatePbufferSurface((EGLDisplay)-1, DE_NULL, s_emptyAttribList)); in init() 545 expectNoSurface(eglCreatePbufferSurface(display, (EGLConfig)-1, s_emptyAttribList)); in init() 558 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_invalidGenericPbufferAttribs[ndx… in init() 570 expectNoSurface(eglCreatePbufferSurface(display, noPbufferConfig, s_validGenericPbufferAttrib)); in init() 583 … expectNoSurface(eglCreatePbufferSurface(display, noEsConfig, s_invalidNoEsPbufferAttribs[ndx])); in init() [all …]
|
D | teglApiCase.hpp | 58 void expectNoSurface (eglw::EGLSurface got);
|
D | teglApiCase.cpp | 128 void ApiCase::expectNoSurface (EGLSurface got) in expectNoSurface() function in deqp::egl::ApiCase
|