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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL.h31 mProducerEglSurface(EGL_NO_SURFACE),
40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
43 ASSERT_NE(EGL_NO_SURFACE, mProducerEglSurface);
55 if (mProducerEglSurface != EGL_NO_SURFACE) {
56 eglDestroySurface(mEglDisplay, mProducerEglSurface);
61 EGLSurface mProducerEglSurface; member in class:android::SurfaceTextureGLToGLTest
H A DSurfaceTextureGLThreadToGL.h67 mProducerEglSurface = producerEglSurface;
72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface,
73 mProducerEglSurface, mProducerEglContext);
84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
88 EGLSurface mProducerEglSurface; member in class:android::SurfaceTextureGLThreadToGLTest::ProducerThread
172 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface,

Completed in 497 milliseconds