Searched defs:mProducerEglSurface (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1472 mProducerEglSurface(EGL_NO_SURFACE),
1479 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
1482 ASSERT_NE(EGL_NO_SURFACE, mProducerEglSurface);
1494 if (mProducerEglSurface != EGL_NO_SURFACE) {
1495 eglDestroySurface(mEglDisplay, mProducerEglSurface);
1500 EGLSurface mProducerEglSurface; member in class:android::SurfaceTextureGLToGLTest
1516 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1517 mProducerEglSurface, mProducerEglContext));
1523 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1527 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
2046 EGLSurface mProducerEglSurface; member in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
[all...]

Completed in 33 milliseconds