• Home
  • Raw
  • Download

Lines Matching refs:display

170 			EGLDisplay	display		= getDisplay();  in init()
184 expectFalse(eglBindTexImage(display, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init()
187 expectFalse(eglBindTexImage(display, (EGLSurface)-1, EGL_BACK_BUFFER)); in init()
199 EGLDisplay display = getDisplay(); in init()
207 …eglu::UniqueSurface surface (egl, display, egl.createPbufferSurface(display, config, s_validGeneri… in init()
223 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init()
226 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative())); in init()
253 EGLDisplay display = getDisplay(); in init()
271 …expectFalse(eglChooseConfig(display, s_invalidChooseConfigAttribLists[ndx], &configs[0], DE_LENGTH… in init()
279 …expectFalse(eglChooseConfig(display, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), … in init()
291 EGLDisplay display = getDisplay(); in init()
305 expectNoContext(eglCreateContext(display, (EGLConfig)-1, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
318 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
326 … expectNoContext(eglCreateContext(display, es2OnlyConfig, EGL_NO_CONTEXT, s_es2ContextAttribList)); in init()
334 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
345 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
353 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
364 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
372 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
380 … expectNoContext(eglCreateContext(display, es2OnlyConfig, EGL_NO_CONTEXT, s_es2ContextAttribList)); in init()
395 Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), display); in init()
396 …bool hasKhrCreateContext = eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_… in init()
399 … expectNoContext(eglCreateContext(display, notES1Config, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
422 Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), display); in init()
423 …bool hasKhrCreateContext = eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL_KHR_create_… in init()
426 … expectNoContext(eglCreateContext(display, notES2Config, EGL_NO_CONTEXT, s_es2ContextAttribList)); in init()
443 …if (isAPISupported(EGL_OPENGL_API) && !eglu::hasExtension(m_eglTestCtx.getLibrary(), display, "EGL… in init()
449 expectNoContext(eglCreateContext(display, glConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
460 expectNoContext(eglCreateContext(display, vgConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
476 …expectNoContext(eglCreateContext(display, esConfig, EGL_NO_CONTEXT, s_invalidCreateContextAttribLi… in init()
478 …expectNoContext(eglCreateContext(display, esConfig, EGL_NO_CONTEXT, s_invalidCreateContextAttribLi… in init()
489 EGLDisplay display = getDisplay(); in init()
507 …expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, (… in init()
514 expectTrue(eglGetConfigs(display, &anyConfig, 1, &unused)); in init()
519 …expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, a… in init()
561 EGLDisplay display = getDisplay(); in init()
575 expectNoSurface(eglCreatePbufferSurface(display, (EGLConfig)-1, s_emptyAttribList)); in init()
588 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_invalidGenericPbufferAttribs[ndx… in init()
600 expectNoSurface(eglCreatePbufferSurface(display, noPbufferConfig, s_validGenericPbufferAttrib)); in init()
613 … expectNoSurface(eglCreatePbufferSurface(display, noEsConfig, s_invalidNoEsPbufferAttribs[ndx])); in init()
630 expectNoSurface(eglCreatePbufferSurface(display, esConfig, s_invalidEsPbufferAttribs[ndx])); in init()
642 expectNoSurface(eglCreatePbufferSurface(display, vgNoPreConfig, s_vgPreMultAlphaPbufferAttrib)); in init()
649 …expectNoSurface(eglCreatePbufferSurface(display, vgNoLinearConfig, s_vgLinearColorspacePbufferAttr… in init()
659 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthPbufferAttrib)); in init()
662 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeHeightPbufferAttrib)); in init()
665 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthAndHeightPbufferAtt… in init()
676 EGLDisplay display = getDisplay(); in init()
690 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList)); in init()
704 EGLDisplay display = getDisplay(); in init()
706 …Window> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL,… in init()
723 EGLDisplay display = getDisplay(); in init()
737 expectFalse(eglDestroyContext(display, DE_NULL)); in init()
740 expectFalse(eglDestroyContext(display, (EGLContext)-1)); in init()
749 EGLDisplay display = getDisplay(); in init()
763 expectFalse(eglDestroySurface(display, DE_NULL)); in init()
766 expectFalse(eglDestroySurface(display, (EGLSurface)-1)); in init()
775 EGLDisplay display = getDisplay(); in init()
790 expectFalse(eglGetConfigAttrib(display, (EGLConfig)-1, EGL_RED_SIZE, &value)); in init()
803 expectFalse(eglGetConfigAttrib(display, config, 0, &value)); in init()
806 expectFalse(eglGetConfigAttrib(display, config, -1, &value)); in init()
816 EGLDisplay display = getDisplay(); in init()
832 expectFalse(eglGetConfigs(display, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), DE_NULL)); in init()
858 EGLDisplay display = getDisplay(); in init()
876 surface = eglCreatePbufferSurface(display, config, s_validGenericPbufferAttrib); in init()
887 context = eglCreateContext(display, config, EGL_NO_CONTEXT, s_es2ContextAttribList); in init()
896 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context)); in init()
899 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context)); in init()
902 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context)); in init()
912 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1)); in init()
922 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
925 expectFalse(eglMakeCurrent(display, EGL_NO_SURFACE, surface, EGL_NO_CONTEXT)); in init()
928 expectFalse(eglMakeCurrent(display, surface, surface, EGL_NO_CONTEXT)); in init()
936 eglDestroyContext(display, context); in init()
942 eglDestroySurface(display, surface); in init()
964 EGLDisplay display = getDisplay(); in init()
975 context = eglCreateContext(display, config, EGL_NO_CONTEXT, s_es2ContextAttribList); in init()
979 surface = eglCreatePbufferSurface(display, config, s_validGenericPbufferAttrib); in init()
982 expectTrue(eglMakeCurrent(display, surface, surface, context)); in init()
992 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
997 expectTrue(eglDestroySurface(display, surface)); in init()
1003 expectTrue(eglDestroyContext(display, context)); in init()
1012 EGLDisplay display = getDisplay(); in init()
1027 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1030 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1045 context = eglCreateContext(display, config, EGL_NO_CONTEXT, s_es2ContextAttribList); in init()
1053 expectFalse(eglQueryContext(display, context, 0, &value)); in init()
1055 expectFalse(eglQueryContext(display, context, -1, &value)); in init()
1057 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
1065 expectTrue(eglDestroyContext(display, context)); in init()
1073 EGLDisplay display = getDisplay(); in init()
1087 expectNull(eglQueryString(display, 0)); in init()
1089 expectNull(eglQueryString(display, -1)); in init()
1098 EGLDisplay display = getDisplay(); in init()
1113 expectFalse(eglQuerySurface(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1116 expectFalse(eglQuerySurface(display, (EGLSurface)-1, EGL_CONFIG_ID, &value)); in init()
1127 surface = eglCreatePbufferSurface(display, config, s_validGenericPbufferAttrib); in init()
1138 expectFalse(eglQuerySurface(display, surface, 0, &value)); in init()
1141 expectFalse(eglQuerySurface(display, surface, -1, &value)); in init()
1149 eglDestroySurface(display, surface); in init()
1157 EGLDisplay display = getDisplay(); in init()
1171 expectFalse(eglReleaseTexImage(display, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init()
1174 expectFalse(eglReleaseTexImage(display, (EGLSurface)-1, EGL_BACK_BUFFER)); in init()
1183 EGLDisplay display = getDisplay(); in init()
1197 expectFalse(eglSurfaceAttrib(display, DE_NULL, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1200 expectFalse(eglSurfaceAttrib(display, (EGLSurface)-1, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED)); in init()
1212 surface = eglCreatePbufferSurface(display, config, s_validGenericPbufferAttrib); in init()
1223 expectFalse(eglSurfaceAttrib(display, surface, 0, 0)); in init()
1226 expectFalse(eglSurfaceAttrib(display, surface, -1, 0)); in init()
1234 eglDestroySurface(display, surface); in init()
1246 surface = eglCreatePbufferSurface(display, config, s_validGenericPbufferAttrib); in init()
1257 …expectFalse(eglSurfaceAttrib(display, surface, EGL_MULTISAMPLE_RESOLVE, EGL_MULTISAMPLE_RESOLVE_BO… in init()
1265 eglDestroySurface(display, surface); in init()
1277 surface = eglCreatePbufferSurface(display, config, s_validGenericPbufferAttrib); in init()
1288 expectFalse(eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED)); in init()
1296 eglDestroySurface(display, surface); in init()
1305 EGLDisplay display = getDisplay(); in init()
1319 expectFalse(eglSwapBuffers(display, DE_NULL)); in init()
1322 expectFalse(eglSwapBuffers(display, (EGLSurface)-1)); in init()
1331 EGLDisplay display = getDisplay(); in init()
1345 expectFalse(eglSwapInterval(display, 0)); in init()
1375 EGLDisplay display = getDisplay(); in init()
1377 …Window> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL,… in init()
1378 …UniqueSurface surface (egl, display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay… in init()
1384 context = eglCreateContext(display, config, EGL_NO_CONTEXT, s_es2ContextAttribList); in init()
1387 expectTrue(eglMakeCurrent(display, *surface, *surface, context)); in init()
1397 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
1402 expectTrue(eglDestroyContext(display, context)); in init()