• Home
  • Raw
  • Download

Lines Matching refs:surface

68     EGLSurface surface = getEGLWindow()->getSurface();  in TEST_P()  local
81 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[1])); in TEST_P()
137 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local
151 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
172 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[1])); in TEST_P()
198 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
219 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local
229 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
238 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[1])); in TEST_P()
260 EGLSurface surface = eglWindow->getSurface(); in TEST_P() local
268 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
281 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mainContext)); in TEST_P()
298 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
302 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mainContext)); in TEST_P()
317 EGLSurface surface = eglWindow->getSurface(); in TEST_P() local
330 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
346 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mainContext)); in TEST_P()
365 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mContexts[0])); in TEST_P()
369 ASSERT_EGL_TRUE(eglMakeCurrent(display, surface, surface, mainContext)); in TEST_P()
385 EGLSurface surface[kThreadCount] = {EGL_NO_SURFACE, EGL_NO_SURFACE}; in TEST_P() local
392 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
401 ASSERT_EGL_TRUE(eglMakeCurrent(dpy, surface[1], surface[1], ctx[1])); in TEST_P()
421 ASSERT_EGL_TRUE(eglMakeCurrent(dpy, surface[t], surface[t], ctx[t])); in TEST_P()
508 EXPECT_EGL_TRUE(eglMakeCurrent(dpy, surface[0], surface[0], ctx[0])); in TEST_P()
539 EXPECT_EGL_TRUE(eglMakeCurrent(dpy, surface[1], surface[1], ctx[1])); in TEST_P()
578 eglDestroySurface(dpy, surface[t]); in TEST_P()