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

/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1385 mProducerEglSurface(EGL_NO_SURFACE),
1392 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
1395 ASSERT_NE(EGL_NO_SURFACE, mProducerEglSurface);
1407 if (mProducerEglSurface != EGL_NO_SURFACE) {
1408 eglDestroySurface(mEglDisplay, mProducerEglSurface);
1413 EGLSurface mProducerEglSurface; member in class:android::SurfaceTextureGLToGLTest
1429 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
1430 mProducerEglSurface, mProducerEglContext));
1436 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1440 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
1910 EGLSurface mProducerEglSurface; member in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
[all...]

Completed in 38 milliseconds