Lines Matching defs:mEglDisplay

44             mEglDisplay(EGL_NO_DISPLAY),
55 mEglDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY);
57 ASSERT_NE(EGL_NO_DISPLAY, mEglDisplay);
61 EXPECT_TRUE(eglInitialize(mEglDisplay, &majorVersion, &minorVersion));
67 EXPECT_TRUE(eglChooseConfig(mEglDisplay, getConfigAttribs(), &mGlConfig,
99 mEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
107 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mGlConfig,
113 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT,
118 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
123 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &w));
125 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_HEIGHT, &h));
137 eglSwapBuffers(mEglDisplay, mEglSurface);
145 eglDestroyContext(mEglDisplay, mEglContext);
148 eglDestroySurface(mEglDisplay, mEglSurface);
150 if (mEglDisplay != EGL_NO_DISPLAY) {
151 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
153 eglTerminate(mEglDisplay);
281 EGLDisplay mEglDisplay;
1392 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
1397 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig,
1405 eglDestroyContext(mEglDisplay, mProducerEglContext);
1408 eglDestroySurface(mEglDisplay, mProducerEglSurface);
1429 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1436 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1440 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1458 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1461 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1480 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1485 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1503 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1506 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1549 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1552 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
1557 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1561 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1564 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1577 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
1594 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1597 EXPECT_TRUE(eglSwapInterval(mEglDisplay, 0));
1602 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1606 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
1610 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1627 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
1650 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1654 EXPECT_TRUE(eglSwapBuffers(mEglDisplay, mProducerEglSurface));
1658 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1678 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1683 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1693 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1696 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1738 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1744 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1754 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1757 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1799 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1805 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1815 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1818 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
1994 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface,
2149 eglSwapBuffers(mEglDisplay, mEglSurface);
2276 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
2281 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2288 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig,
2293 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2300 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2306 eglDestroyContext(mEglDisplay, mThirdEglContext);
2309 eglDestroyContext(mEglDisplay, mSecondEglContext);
2329 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2399 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
2415 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2445 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2476 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2503 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2572 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
2591 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2599 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2625 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2633 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
2674 ASSERT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,