Searched refs:mProducerEglSurface (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureGLToGL_test.cpp | 40 mProducerEglSurface, mProducerEglContext)); in TEST_F() 46 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 50 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 68 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 71 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 98 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 116 eglSwapBuffers(mEglDisplay, mProducerEglSurface); in TEST_F() 193 mProducerEglSurface = EGL_NO_SURFACE; in TEST_F() 244 mProducerEglSurface = EGL_NO_SURFACE; in TEST_F() 277 mProducerEglSurface = EGL_NO_SURFACE; in TEST_F() [all …]
|
H A D | SurfaceTextureGLToGL.h | 31 mProducerEglSurface(EGL_NO_SURFACE), in SurfaceTextureGLToGLTest() 40 mProducerEglSurface = eglCreateWindowSurface(mEglDisplay, mGlConfig, in SetUpWindowAndContext() 43 ASSERT_NE(EGL_NO_SURFACE, mProducerEglSurface); in SetUpWindowAndContext() 55 if (mProducerEglSurface != EGL_NO_SURFACE) { in TearDown() 56 eglDestroySurface(mEglDisplay, mProducerEglSurface); in TearDown() 61 EGLSurface mProducerEglSurface; variable
|
H A D | SurfaceTextureGLThreadToGL.h | 67 mProducerEglSurface = producerEglSurface; in setEglObjects() 72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface, in threadLoop() 73 mProducerEglSurface, mProducerEglContext); in threadLoop() 84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface); in swapBuffers() 88 EGLSurface mProducerEglSurface; variable 172 producerThread->setEglObjects(mEglDisplay, mProducerEglSurface, in runProducerThread()
|