Home
last modified time | relevance | path

Searched refs:mProducerEglDisplay (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureGLThreadToGL.h66 mProducerEglDisplay = producerEglDisplay; in setEglObjects()
72 eglMakeCurrent(mProducerEglDisplay, mProducerEglSurface, in threadLoop()
75 eglMakeCurrent(mProducerEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, in threadLoop()
84 eglSwapBuffers(mProducerEglDisplay, mProducerEglSurface); in swapBuffers()
87 EGLDisplay mProducerEglDisplay; variable