HomeSort by relevance Sort by last modified time
    Searched refs:mProducerEglSurface (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL.h 31 mProducerEglSurface(EGL_NO_SURFACE),
38 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig,
41 ASSERT_NE(EGL_NO_SURFACE, mProducerEglSurface);
53 if (mProducerEglSurface != EGL_NO_SURFACE) {
54 eglDestroySurface(mEglDisplay, mProducerEglSurface);
59 EGLSurface mProducerEglSurface;
SurfaceTextureGLToGL_test.cpp 36 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
37 mProducerEglSurface, mProducerEglContext));
43 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
47 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
65 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
68 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
87 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mProducerEglSurface,
88 mProducerEglSurface, mProducerEglContext));
92 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
110 eglSwapBuffers(mEglDisplay, mProducerEglSurface);
    [all...]
SurfaceTextureGLThreadToGL.h 67 mProducerEglSurface = producerEglSurface;
72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface,
73 mProducerEglSurface, mProducerEglContext);
84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface);
88 EGLSurface mProducerEglSurface;
172 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface,

Completed in 458 milliseconds